Searched refs:vim (Results 1 - 20 of 20) sorted by relevance

/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dplugin.py8 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")
H A Dvim_signs.py4 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)
H A Dimport_lldb.py60 import vim namespace
61 vim.command('redraw | echo "%s"' % " Error loading lldb module; vim-lldb will be disabled. Check LLDB installation or set LLDB environment variable.")
H A Dvim_panes.py38 import vim namespace
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
[all...]
H A Dvim_ui.py6 import vim namespace
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:
109 # FIXME: If current buffer is modified, vim will complain when we try to switch away.
111 vim.command('execute ":e %s"' % fname)
112 buf = vim.current.buffer
123 curname = vim
[all...]
H A Dlldb_controller.py8 import vim namespace
55 # Timeouts (sec) for waiting on new events. Because vim is not multi-threaded, we are restricted to
251 cw = vim.current.window
252 cb = vim.current.buffer
301 """ Run cmd in interpreter and print result (success or failure) on the vim status line. """
372 vim.command('return "%s%s"' % (separator.join(results), separator))
381 vim.command('return "%s%s"' % (separator.join(results), separator))
/external/clang/tools/clang-format/
H A Dclang-format.py1 # 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
[all...]
/external/chromium_org/tools/vim/
H A Dfiletypes.vim3 " so /path/to/src/tools/vim/filetypes.vim
H A Dninja-build.vim17 " so /path/to/src/tools/vim/ninja-build.vim
21 import vim map
26 return vim.current.buffer.name
78 vim.command('return "%s"' % build_cmd)
85 vim.command('return "%s"' % build_cmd)
103 python compute_ninja_command_for_targets(vim.eval('a:targets'))
/external/llvm/utils/
H A DMakefile17 llvm-native-gxx makellvm profile.pl vim
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim6 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 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>')"))
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
[all...]
/external/protobuf/editors/
H A Dproto.vim35 " 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/re2/doc/
H A Dmksyntaxwiki9 ,s! vim$! <font size="1">VIM</font>!g
H A Dmksyntaxhtml11 ,s! vim$! <font size=-2>VIM</font>!g
/external/regex-re2/doc/
H A Dmksyntaxwiki9 ,s! vim$! <font size="1">VIM</font>!g
H A Dmksyntaxhtml11 ,s! vim$! <font size=-2>VIM</font>!g
/external/aac/libFDK/src/
H A Dfft.cpp1050 FIXP_STB vre, vim; local
1074 vim = *pVecIm++;
1076 cplxMultDiv2(&pData[2*c+1], &pData[2*c], im, re, vre, vim);
/external/protobuf/
H A DMakefile.am47 editors/proto.vim \
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php2 // vim: foldmethod=marker
/external/bison/build-aux/
H A Dtexinfo.tex10071 @c vim:sw=2:

Completed in 2802 milliseconds