Lines Matching refs: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")
133 a = vim.eval("a:A")
134 l = vim.eval("a:L")
135 p = vim.eval("a:P")