/external/lldb/utils/vim-lldb/ |
README | 3 LLDB Vim Frontend 9 This plugin is known to work with the following flavours of Vim: 12 * vim/gvim (from vim-gnome package version 7.3) 15 * Vim command-line (7.3 from Xcode) 21 * a python-enabled vim (check with ":python print 2") 27 1) Install the Vim pathogen plugin (it keeps installed plugins organized): 29 https://github.com/tpope/vim-pathogen 33 mkdir -p ~/.vim/autoload ~/.vim/bundle; [all...] |
/external/llvm/utils/vim/ |
README | 1 -*- llvm/utils/vim/README -*- 3 These are syntax highlighting files for the VIM editor. Included are: 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' [all...] |
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...] |
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
plugin.py | 8 import vim namespace 10 sys.stderr.write("Unable to load vim/lldb module. Check lldb is on the path is available (or LLDB is set) and that script is invoked inside Vim with :pyfile")
|
vim_signs.py | 2 # Classes responsible for drawing signs in the Vim user interface. 4 import vim namespace 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)
|
vim_ui.py | 2 # LLDB UI state in the Vim user interface. 6 import vim namespace 50 for w in vim.windows: 90 vim.command(":vsp") 105 if buf != vim.current.buffer: 106 # Vim has an open buffer to the required file: select it 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: 109 # FIXME: If current buffer is modified, vim will complain when we try to switch away. 111 vim.command('execute ":e %s"' % fname [all...] |
/external/nanohttpd/ |
.gitignore | 13 # Vim Backup/Swap Files
|
/external/chromium_org/tools/vim/ |
filetypes.vim | 3 " so /path/to/src/tools/vim/filetypes.vim
|
/external/chromium_org/third_party/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/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>
|
/external/clang/tools/clang-format/ |
clang-format.py | 1 # This file is a minimal clang-format vim-integration. To install: 24 import vim namespace 37 buf = vim.current.buffer 41 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1) 44 cursor = int(vim.eval('line2byte(line("."))+col(".")')) - 2 58 if vim.current.buffer.name: 59 command.extend(['-assume-filename', vim.current.buffer.name]) 76 sequence = difflib.SequenceMatcher(None, vim.current.buffer, lines) 79 vim.current.buffer[op[1]:op[2]] = lines[op[3]:op[4] [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
dri2_buffer.h | 22 /* vim: set sw=3 ts=8 sts=3 expandtab: */
|
/external/clang/test/Lexer/ |
eof-file.c | 2 // vim: set binary noeol:
|
eof-char.c | 2 // vim: set binary noeol:
|
eof-string.c | 2 // vim: set binary noeol:
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
dri2_buffer.h | 22 /* vim: set sw=3 ts=8 sts=3 expandtab: */
|
/external/lldb/utils/vim-lldb/plugin/ |
lldb.vim | 2 " Vim script glue code for LLDB integration 6 let searchstr = "python-vim-lldb" 17 call confirm('ERROR: This Vim installation does not have python support. lldb.vim will not work.') 39 " The LLDB CommandInterpreter provides tab-completion in Vim's command mode. 53 " Regexp-commands: because vim's command mode does not support '_' or '-' 85 command -complete=custom,s:CompleteCommand -nargs=* Lprint python ctrl.doCommand('print', vim.eval("s:CursorWord('<args>')")) 86 command -complete=custom,s:CompleteCommand -nargs=* Lpo python ctrl.doCommand('po', vim.eval("s:CursorWord('<args>')")) 87 command -complete=custom,s:CompleteCommand -nargs=* LpO python ctrl.doCommand('po', vim.eval("s:CursorWORD('<args>')")) 112 " would have to be designed carefully because Vim's APIs are non threadsafe [all...] |
/external/chromium_org/third_party/jsoncpp/ |
jsoncpp.gyp | 21 # vim: set expandtab tabstop=2 shiftwidth=2:
|
/external/chromium_org/third_party/npapi/ |
README.chromium | 9 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h
|
/external/eigen/Eigen/ |
Householder | 23 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
|
/external/protobuf/editors/ |
proto.vim | 31 " This is the Vim syntax file for Google Protocol Buffers. 35 " 1. cp proto.vim ~/.vim/syntax/ 42 " Or just create a new file called ~/.vim/ftdetect/proto.vim with the 73 " see /usr/share/vim/vim70/syntax/c.vim for how it's done.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/ |
SimpleTextPathLineLayout.html | 11 <p>Lorem ipsum dolor sit amet, vix alii reprimique an, vim cu elit suscipit. Qui in possit accumsan. Ea aperiri pertinax est. Est cu doming sensibus mnesarchum. Ne mea possit pericula tractatos, id nam ponderum legendos periculis. 12 At pri vide vivendo, essent alienum ad est. Id praesent hendrerit eam, id usu quis dicunt, cibo ludus dolorum et eam. Meis complectitur vim ex. Nec te dolorem lobortis. Pri esse quando ullamcorper an, nec rebum aeterno ea. Te quo decore dissentiet, mea an partiendo concludaturque vituperatoribus, nam quot dicam noster ad. 13 Cibo tollit perpetua eos an, eu sale expetendis mea, nam at assum convenire necessitatibus. Est cu posse labores, ad postea alterum mea. Mei te salutatus vulputate, dolore maiestatis id per, sit autem nemore eu. Tempor laoreet suavitate sea at. Soleat intellegebat quo te, pro at nemore efficiantur. Pro omnis latine civibus ei, quo an quem paulo audiam. Ea enim ancillae lucilius cum.Lorem ipsum dolor sit amet, vix alii reprimique an, vim cu elit suscipit. Qui in possit accumsan. Ea aperiri pertinax est. Est cu doming sensibus mnesarchum. Ne mea possit pericula tractatos, id nam ponderum legendos periculis. 14 At pri vide vivendo, essent alienum ad est. Id praesent hendrerit eam, id usu quis dicunt, cibo ludus dolorum et eam. Meis complectitur vim ex. Nec te dolorem lobortis. Pri esse quando ullamcorper an, nec rebum aeterno ea. Te quo decore dissentiet, mea an partiendo concludaturque vituperatoribus, nam quot dicam noster ad. 15 Cibo tollit perpetua eos an, eu sale expetendis mea, nam at assum convenire necessitatibus. Est cu posse labores, ad postea alterum mea. Mei te salutatus vulputate, dolore maiestatis id per, sit autem nemore eu. Tempor laoreet suavitate sea at. Soleat intellegebat quo te, pro at nemore efficiantur. Pro omnis latine civibus ei, quo an quem paulo audiam. Ea enim ancillae lucilius cum.Lorem ipsum dolor sit amet, vix alii reprimique an, vim cu elit suscipit. Qui in possit accumsan. Ea aperiri pertinax est. Est cu doming sensibus mnesarchum. Ne mea possit pericula tractatos, id nam ponderum legendos periculis. 16 At pri vide vivendo, essent alienum ad est. Id praesent hendrerit eam, id usu quis dicunt, cibo ludus dolorum et eam. Meis complectitur vim ex. Nec te dolorem lobortis. Pri esse quando ullamcorper an, nec rebum aeterno ea. Te quo decore dissentiet, mea an partiendo concludaturque vituperatoribus, nam quot dicam noster ad.
|