Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 104) sorted by relevance

12345

/vim-8.2.3635/runtime/doc/
H A Dif_ole.txt26 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 Dos_haiku.txt38 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 Dusr_42.txt52 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 Dtest_python2.vim1385 \ '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 Dtest_python3.vim1580 \ '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 Dtest_expr.vim13 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 Dtest_quotestar.vim71 " 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 DREADME.txt17 bit faster, because Vim doesn't have to be started, one Vim instance runs many
/vim-8.2.3635/runtime/tools/
H A Dvim_vs_net.cmd18 @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 DREADME.txt25 " another Vim instance, go to that Vim instance
/vim-8.2.3635/src/
H A Dif_tcl.c1547 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 Dupstart.vim36 syn keyword upstartStatement description author version instance expect
49 syn keyword upstartStatement respawn service instance manual debug task
H A Dlisp.vim102 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 Dradiance.vim34 syn keyword radianceExtraType contained alias instance
64 syn region radianceID start="\<instance\>" end="\<\k*\>" contains=radianceExtraType
H A Dxquery.vim26 …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 Dclean.vim23 syn keyword cleanTypeClass class instance export
H A Ddylan.vim29 syn keyword dylanOther above below from by in instance local slot subclass then to
H A Dmeson.vim13 " For instance, it should show errors for syntax that is valid in
H A Dverilog.vim27 syn keyword verilogStatement instance integer large liblist
H A Dwsml.vim15 syn keyword wsmlTopLevel concept instance relationInstance ofType usesMediator usesService relation…
H A Deuphoria3.vim77 syn keyword euphoria3Library instance
/vim-8.2.3635/runtime/ftplugin/
H A Dabaqus.vim63 \ '\*instance:\*end\s*instance,' .
/vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/
H A Deditexisting.vim9 " 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 DCONTRIBUTING18 New features, bug patches, etc.. should in the first instance be discussed via
/vim-8.2.3635/src/VisVim/
H A DREADME_VisVim.txt194 4. If an instance of Vim is already running, VisVim will use that instance

12345