| /vim-8.2.3635/runtime/doc/ |
| H A D | if_ole.txt | 26 Hence, in order to start a Vim instance (or connect to an already running 27 instance), code similar to the following should be used: 48 Automation servers. When a client starts up an instance of Vim, that instance 49 is immediately visible. Simply closing the OLE connection to the Vim instance 50 is not enough to shut down the Vim instance - it is necessary to explicitly 190 This will create a new instance of vim called VS_NET. So if you open multiple 191 files from VS, they will use the same instance of Vim. This allows you to
|
| H A D | os_haiku.txt | 38 instance (r,g,b)=(168,168,168)) with black letters also works nicely. 136 requests by vim instance that running as non-GUI application even GUI support 137 was compiled in. Vim instance running with GUI has no such problems. 162 If, for instance, there are "box" characters among them, or the last character
|
| H A D | usr_42.txt | 52 The ampersand character (&) is used to indicate an accelerator. For instance, 115 for instance) or use the backslash (\) escape. >
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 1385 \ 'Vim(python):TypeError: expected str() or unicode() instance, but got dict') 1444 \ 'Vim(python):TypeError: expected str() or unicode() instance, but got int') 2884 vim.command(1):TypeError:('expected str() or unicode() instance, but got int',) 2892 vim.eval(1):TypeError:('expected str() or unicode() instance, but got int',) 2899 vim.bindeval(1):TypeError:('expected str() or unicode() instance, but got int',) 2906 vim.strwidth(1):TypeError:('expected str() or unicode() instance, but got int',) 2924 vim.options[1]:TypeError:('expected str() or unicode() instance, but got int',) 2946 d.get(1):TypeError:('expected str() or unicode() instance, but got int',) 2954 0 in d:TypeError:('expected str() or unicode() instance, but got int',) 2960 d[1] = 1:TypeError:('expected str() or unicode() instance, but got int',) [all …]
|
| H A D | test_python3.vim | 1580 \ 'Vim(py3):TypeError: expected bytes() or str() instance, but got dict') 1639 \ 'Vim(py3):TypeError: expected bytes() or str() instance, but got int') 3072 …vim.command(1):(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got int',)) 3080 vim.eval(1):(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got int',)) 3087 …vim.bindeval(1):(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got int',… 3094 …vim.strwidth(1):(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got int',… 3112 …vim.options[1]:(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got int',)) 3134 d.get(1):(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got int',)) 3142 0 in d:(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got int',)) 3148 d[1] = 1:(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got int',)) [all …]
|
| H A D | test_expr.vim | 13 let instance = copy(base) 14 call assert_true(base.method == instance.method) 15 call assert_true([base.method] == [instance.method]) 16 call assert_true(base.other == instance.other) 17 call assert_true([base.other] == [instance.other]) 21 call assert_false(base.method == instance.other) 22 call assert_false([base.method] == [instance.other]) 24 call assert_fails('echo base.method > instance.method')
|
| H A D | test_quotestar.vim | 71 " Clear the *-register of this vim instance and wait for it to be picked up 81 " Check that the *-register of this vim instance is changed as expected.
|
| H A D | README.txt | 17 bit faster, because Vim doesn't have to be started, one Vim instance runs many
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | vim_vs_net.cmd | 18 @rem This will create a new instance of vim called VS_NET. So if you open 19 @rem multiple files from VS, they will use the same instance of Vim.
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | README.txt | 25 " another Vim instance, go to that Vim instance
|
| /vim-8.2.3635/src/ |
| H A D | if_tcl.c | 1547 tcl_channel_close(ClientData instance, Tcl_Interp *interp UNUSED) in tcl_channel_close() argument 1553 if (instance != VIMOUT && instance != VIMERR) in tcl_channel_close() 1563 ClientData instance UNUSED, in tcl_channel_input() 1579 ClientData instance, in tcl_channel_output() argument 1600 if (instance == VIMOUT) in tcl_channel_output() 1603 if (instance == VIMERR) in tcl_channel_output() 1617 tcl_channel_watch(ClientData instance UNUSED, int mask UNUSED) in tcl_channel_watch() 1624 ClientData instance UNUSED, in tcl_channel_gethandle()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | upstart.vim | 36 syn keyword upstartStatement description author version instance expect 49 syn keyword upstartStatement respawn service instance manual debug task
|
| H A D | lisp.vim | 102 syn keyword lispFunc allocate-instance funcall push 134 syn keyword lispFunc assoc-if hash-table-size reinitialize-instance 146 syn keyword lispFunc bit-eqv initialize-instance replace 233 syn keyword lispFunc class-of machine-instance standard 250 syn keyword lispFunc complement make-instance string 332 syn keyword lispFunc dotimes nsublis unbound-slot-instance 345 syn keyword lispFunc elt numerator update-instance-for-different-class 346 syn keyword lispFunc encode-universal-time nunion update-instance-for-redefined-class
|
| H A D | radiance.vim | 34 syn keyword radianceExtraType contained alias instance 64 syn region radianceID start="\<instance\>" end="\<\k*\>" contains=radianceExtraType
|
| H A D | xquery.vim | 26 …ibling for function ge greatest gt idiv if import in inherit-namespaces instance intersect is le l… 37 …ery in in satisfies if then else to div idiv mod union intersect except instance of treat castable…
|
| H A D | clean.vim | 23 syn keyword cleanTypeClass class instance export
|
| H A D | dylan.vim | 29 syn keyword dylanOther above below from by in instance local slot subclass then to
|
| H A D | meson.vim | 13 " For instance, it should show errors for syntax that is valid in
|
| H A D | verilog.vim | 27 syn keyword verilogStatement instance integer large liblist
|
| H A D | wsml.vim | 15 syn keyword wsmlTopLevel concept instance relationInstance ofType usesMediator usesService relation…
|
| H A D | euphoria3.vim | 77 syn keyword euphoria3Library instance
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | abaqus.vim | 63 \ '\*instance:\*end\s*instance,' .
|
| /vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/ |
| H A D | editexisting.vim | 9 " is not modified then try to find another Vim instance that is editing 15 " Function that finds the Vim instance that is editing "filename" and brings
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | CONTRIBUTING | 18 New features, bug patches, etc.. should in the first instance be discussed via
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | README_VisVim.txt | 194 4. If an instance of Vim is already running, VisVim will use that instance
|