HomeSort by relevance Sort by last modified time
    Searched full:vim (Results 1 - 25 of 304) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nanohttpd/
.gitignore 13 # Vim Backup/Swap Files
  /external/shflags/bin/
gen_test_results.flags 0 # vim:et:ft=sh:sts=2:sw=2
  /external/regex-re2/doc/
syntax.txt 34 x{} (== x*) NOT SUPPORTED vim
35 x{-} (== x*?) NOT SUPPORTED vim
36 x{-n} (== x{n}?) NOT SUPPORTED vim
37 x= (== x?) NOT SUPPORTED vim
58 re@> possessive match of Ğreğ NOT SUPPORTED vim
59 %(re) non-capturing group NOT SUPPORTED vim
82 re& before text matching Ğreğ NOT SUPPORTED vim
83 re@= before text matching Ğreğ NOT SUPPORTED vim
84 re@! before text not matching Ğreğ NOT SUPPORTED vim
85 re@<= after text matching Ğreğ NOT SUPPORTED vim
    [all...]
mksyntaxwiki 9 ,s! vim$! <font size="1">VIM</font>!g
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
mksyntaxhtml 11 ,s! vim$! <font size=-2>VIM</font>!g
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/vixl/doc/topics/
ycm.md 0 VIM YouCompleteMe for VIXL
5 engine for VIM. VIXL includes a `.ycm_extra_conf.py` to configure YCM to work in
index.md 8 * [Using VIM YouCompleteMe with VIXL](ycm.md)
  /external/clang/tools/clang-format/
clang-format.py 1 # This file is a minimal clang-format vim-integration. To install:
33 import vim namespace
38 if vim.eval('exists("g:clang_format_path")') == "1":
39 binary = vim.eval('g:clang_format_path')
47 if vim.eval('exists("g:clang_format_fallback_style")') == "1":
48 fallback_style = vim.eval('g:clang_format_fallback_style')
52 buf = vim.current.buffer
56 if vim.eval('exists("l:lines")') == '1':
57 lines = vim.eval('l:lines')
59 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1
    [all...]
  /external/clang/test/Lexer/
eof-file.c 2 // vim: set binary noeol:
eof-include.c 2 // vim: set binary noeol:
eof-char.c 2 // vim: set binary noeol:
eof-number.c 2 // vim: set binary noeol:
eof-string.c 2 // vim: set binary noeol:
  /external/llvm/utils/vim/ftplugin/
llvm.vim 0 " Vim filetype plugin file
tablegen.vim 0 " Vim filetype plugin file
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2_buffer.h 22 /* vim: set sw=3 ts=8 sts=3 expandtab: */
  /external/llvm/utils/vim/
vimrc 1 " LLVM coding guidelines conformance for VIM
6 " of them may change VIM behavior that you depend on.
8 " You can run VIM with these settings without changing your current setup with:
9 " $ vim -u /path/to/llvm/utils/vim/vimrc
11 " It's VIM, not VI
49 " Set a few indentation parameters. See the VIM help for cinoptions-values for
77 " utils/vim/llvm.vim to ~/.vim/syntax
    [all...]
README 1 -*- llvm/utils/vim/README -*-
3 This directory contains settings for the vim editor to work on llvm *.ll and
8 To install copy all subdirectories to your $HOME/.vim or if you prefer create
  /external/chromium-trace/catapult/third_party/WebOb/
.gitignore 14 Session.vim
  /external/eigen/Eigen/
Householder 23 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
Cholesky 32 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
Jacobi 25 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
  /external/v8/test/mjsunit/
debug-liveedit-exceptions.js 28 Replace(BestEditor, "Eclipse", "Vim");
61 assertEquals(["Emacs", "Eclipse", "Vim"], results);
66 " throw 'Vim';",
debug-liveedit-stepin.js 30 Replace(BestEditor, "Eclipse", "Vim");
59 assertEquals(["Emacs", "Eclipse", "Vim"], results);
72 " return 'Vim';",
  /external/clang/test/FixIt/
fixit-eof-space.c 2 // vim: set binary noeol:

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011>>