Searched refs:vim (Results 1 – 25 of 74) sorted by relevance
123
/external/clang/tools/clang-format/ |
D | clang-format.py | 24 import vim 29 if vim.eval('exists("g:clang_format_path")') == "1": 30 binary = vim.eval('g:clang_format_path') 37 if vim.eval('exists("g:clang_format_fallback_style")') == "1": 38 fallback_style = vim.eval('g:clang_format_fallback_style') 42 buf = vim.current.buffer 46 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1) 49 cursor = int(vim.eval('line2byte(line("."))+col(".")')) - 2 65 if vim.current.buffer.name: 66 command.extend(['-assume-filename', vim.current.buffer.name]) [all …]
|
/external/lldb/utils/vim-lldb/ |
D | README | 12 * vim/gvim (from vim-gnome package version 7.3) 21 * a python-enabled vim (check with ":python print 2") 29 https://github.com/tpope/vim-pathogen 33 mkdir -p ~/.vim/autoload ~/.vim/bundle; \ 34 curl -Sso ~/.vim/autoload/pathogen.vim \ 35 https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim 37 2) Symlink (or copy) ~/.vim/bundle/vim-lldb to this directory: 39 ln -sf <lldb-dir>/utils/vim-lldb ~/.vim/bundle/vim-lldb 41 3) Update your help-tags. Start vim, do:
|
/external/regex-re2/doc/ |
D | 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 …]
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
D | vim_panes.py | 38 import vim 97 vim.command("call confirm('%s')" % cmd) 98 vim.command(cmd) 102 cw = vim.current.window 104 vim.command("execute \"normal %dgg\"" % line) 108 return int(vim.eval("winnr()")) 112 return int(vim.eval("bufwinnr('%s')" % name)) 117 vim.command(str(nr) + ' wincmd w') 121 vim.command('wincmd w') 122 return (winnr(), vim.current.buffer.name) [all …]
|
D | vim_signs.py | 4 import vim 38 vim.command("sign define %s text=%s" % (sign_name, sign_text)) 41 vim.command("highlight %s ctermbg=%s guibg=%s" % (self.highlight_name, 44 vim.command("sign define %s text=%s linehl=%s texthl=%s" % (sign_name, 56 …vim.command("sign place %d name=%s line=%d buffer=%s" % (self.id, name, line_number, buffer_number… 60 vim.command("sign unplace %d" % self.id)
|
D | vim_ui.py | 6 import vim 50 for w in vim.windows: 90 vim.command(":vsp") 105 if buf != vim.current.buffer: 107 vim.command('execute ":%db"' % buf.number) 108 … elif is_selected and vim.current.buffer.name not in fname and os.path.exists(fname) and goto_file: 111 vim.command('execute ":e %s"' % fname) 112 buf = vim.current.buffer 123 curname = vim.current.buffer.name 127 … print "FIXME: not sure where to move cursor because %s != %s " % (vim.current.buffer.name, fname)
|
D | import_lldb.py | 60 import vim 61 …vim.command('redraw | echo "%s"' % " Error loading lldb module; vim-lldb will be disabled. Check L…
|
D | lldb_controller.py | 8 import vim 251 cw = vim.current.window 252 cb = vim.current.buffer 372 vim.command('return "%s%s"' % (separator.join(results), separator)) 381 vim.command('return "%s%s"' % (separator.join(results), separator))
|
D | plugin.py | 8 import vim
|
/external/llvm/utils/vim/ |
D | README | 1 -*- llvm/utils/vim/README -*- 5 * llvm.vim 7 Syntax highlighting mode for LLVM assembly files. To use, copy `llvm.vim' to 8 ~/.vim/syntax and add this code to your ~/.vimrc : 14 * tablegen.vim 17 `tablegen.vim' to ~/.vim/syntax and add this code to your ~/.vimrc : 25 ~/.vim/syntax/... to the syntax files in your LLVM source tree. Apparently 26 this did not work with older versions of vim however, so if this doesn't 29 Another option, if you do not already have a ~/.vim/syntax directory, is 30 to symlink ~/.vim/syntax itself to llvm/utils/vim .
|
D | vimrc | 9 " $ vim -u /path/to/llvm/utils/vim/vimrc 77 " utils/vim/llvm.vim to ~/.vim/syntax . 83 " utils/vim/tablegen.vim to ~/.vim/syntax . 89 " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) 90 " to ~/.vim/syntax . 95 " Additional vim features to optionally uncomment. 202 " An overload candidate. Use a crazy hack to get vim to
|
/external/lldb/utils/vim-lldb/plugin/ |
D | lldb.vim | 6 let searchstr = "python-vim-lldb" 17 … call confirm('ERROR: This Vim installation does not have python support. lldb.vim will not work.') 53 " Regexp-commands: because vim's command mode does not support '_' or '-' 85 …CompleteCommand -nargs=* Lprint python ctrl.doCommand('print', vim.eval("s:CursorWord(… 86 …,s:CompleteCommand -nargs=* Lpo python ctrl.doCommand('po', vim.eval("s:CursorWord(… 87 …,s:CompleteCommand -nargs=* LpO python ctrl.doCommand('po', vim.eval("s:CursorWORD(… 113 " use of the vim module **MUST** be restricted to the main thread. 124 a = vim.eval("a:A") 125 l = vim.eval("a:L") 126 p = vim.eval("a:P") [all …]
|
/external/protobuf/editors/ |
D | proto.vim | 35 " 1. cp proto.vim ~/.vim/syntax/ 42 " Or just create a new file called ~/.vim/ftdetect/proto.vim with the
|
/external/skia/site/user/quick/ |
D | windows.md | 26 * Editors vim 27 * to fix arrows in insert, copy /usr/share/vim/vim73/vimrc_example.vim to ~/.vimrc
|
/external/chromium-trace/trace-viewer/third_party/WebOb/ |
D | .gitignore | 14 Session.vim
|
/external/llvm/utils/ |
D | Makefile | 17 llvm-native-gxx makellvm profile.pl vim
|
/external/eigen/Eigen/ |
D | Householder | 23 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
D | QtAlignedMalloc | 34 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
D | Jacobi | 25 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
D | Cholesky | 32 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
D | SVD | 37 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
D | QR | 45 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
/external/webrtc/src/modules/audio_processing/utility/ |
D | util.gypi | 40 # vim: set expandtab tabstop=2 shiftwidth=2:
|
/external/eigen/unsupported/Eigen/ |
D | SVD | 39 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
D | ArpackSupport | 31 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
123