Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/vim-8.2.3635/src/testdir/
H A Dtest_assert.vim10 call remove(v:errors, 0)
14 call remove(v:errors, 0)
25 call remove(v:errors, 0)
29 call remove(v:errors, 0)
46 call remove(v:errors, 0)
50 call remove(v:errors, 0)
55 call remove(v:errors, 0)
63 call remove(v:errors, 0)
67 call remove(v:errors, 0)
71 call remove(v:errors, 0)
[all …]
H A Dtest_blob.vim180 call remove(b, 4, -1)
182 call remove(b, 0, 3)
296 call remove(blob, 0)
307 call remove(blob, 0)
309 call remove(blob, 3)
410 call remove(b, 5)
416 call remove(b, 1, 5)
422 call remove(b, 3, 2)
428 call remove(test_null_blob(), 1, 2)
435 call remove(b, 0)
[all …]
H A Dtest_listdict.vim205 call assert_equal(1, remove(l, 0))
209 call assert_equal(2, remove(l, 1))
213 call assert_equal(4, remove(l, -1))
218 call assert_equal([3], remove(l, 2, 2))
440 call assert_equal('b', remove(d, 2))
447 call remove(d, 1, 2)
453 call remove(d, 'a')
459 call remove(d, [])
465 call remove(d, [])
470 call remove(d, [])
[all …]
H A Dtest_netbeans.vim341 call assert_match('2:remove=\d\+ 0 9', l[-1])
374 call assert_match('2:remove=\d\+ 0 8', l[-6])
376 call assert_match('2:remove=\d\+ 9 8', l[-4])
386 call assert_match('2:remove=\d\+ 4 4', l[-2])
394 call assert_match('2:remove=\d\+ 0 9', l[-4])
396 call assert_match('2:remove=\d\+ 7 1', l[-2])
404 call assert_match('2:remove=\d\+ 0 9', l[-4])
406 call assert_match('2:remove=\d\+ 7 1', l[-2])
533 " remove test
541 " remove with invalid offset
[all …]
H A Dtest_filter_map.vim114 call assert_fails('call map(l, "remove(l, 0)[0]")', 'E741:')
117 call assert_fails('call map(d, "remove(d, v:key)[0]")', 'E741:')
118 call assert_fails('echo map(d, {k,v -> remove(d, k)})', 'E741:')
/vim-8.2.3635/runtime/syntax/
H A Dhitest.vim47 " remove cleared groups
50 " remove the colored xxx items
53 " remove color settings (not needed here)
78 " remove syntax commands again
120 " remove 'hls' highlighting
145 " remove variables
H A Dmodconf.vim23 \ post-install post-remove pre-install
24 \ pre-remove persistdir blacklist
27 \ remove
H A Dnosyntax.vim16 " remove all syntax autocommands and remove the syntax for each buffer
H A Ddiva.vim11 " Don't remove any old syntax stuff hanging around! We need stuff
74 syn match divaLVSFunctions "(\(permute\|prune\|remove\)Device\>"hs=s+1
75 syn match divaLVSFunctions "\<\(permute\|prune\|remove\)Device("he=e-1
H A Dantlr.vim21 "remove catching errors caused by wrong parenthesis (does not work in antlr
32 " remove function definitions (they look different) (first define in
H A Dsynload.vim24 " Line continuation is used here, remove 'C' from 'cpoptions'
28 " First remove all old syntax autocommands.
H A Djavacc.vim22 "remove catching errors caused by wrong parenthesis (does not work in javacc
33 " remove function definitions (they look different) (first define in
/vim-8.2.3635/runtime/doc/
H A Dtest_urls.vim31 " remove examples like user@host (invalid urls)
37 " remove some more invalid items
40 " remove # anchors
42 " remove trailing stuff (parenthesis, dot, comma, quotes), but only for HTTP
H A Dtextprop.txt115 remove all text properties
119 remove a text property
196 When {lnum-end} is given, remove all text properties from line
262 {lnum-end} is given, remove matching text properties from line
264 When {lnum} is omitted remove matching text properties from
269 id remove text properties with this ID
270 type remove text properties with this type name
273 all when TRUE remove all matching text properties,
H A Dindex.txt1069 |c_CTRL-U| CTRL-U remove all characters
1160 |:abclear| :abc[lear] remove all abbreviations
1178 |:aunmenu| :aun[menu] remove menu for all modes
1373 |:iunmenu| :iunme[nu] remove menu for Insert mode
1485 |:nunmenu| :nunme[nu] remove menu for Normal mode
1622 |:spellundo| :spellu[ndo] remove good or bad word
1639 |:sunmenu| :sunme[nu] remove menu for Select mode
1691 |:tunmenu| :tu[nmenu] remove menu tooltip
1700 |:unmap| :unm[ap] remove mapping
1701 |:unmenu| :unme[nu] remove menu
[all …]
H A Dquickref.txt543 |:imapc| :imapc[lear] remove mappings for Insert mode
544 |:vmapc| :vmapc[lear] remove mappings for Visual mode
546 |:nmapc| :nmapc[lear] remove mappings for Normal mode
547 |:cmapc| :cmapc[lear] remove mappings for Cmdline mode
568 |:abclear| :abc[lear] remove all abbreviations
569 |:cabclear| :cabc[lear] remove all abbr's for Cmdline mode
570 |:iabclear| :iabc[lear] remove all abbr's for Insert mode
1096 |c_CTRL-U| CTRL-U remove all characters
1323 |:autocmd| :au! remove all autocommands
1325 |:autocmd| :au! * {pat} remove all autocommands for {pat}
[all …]
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim101 call setline('$', getline('$')[:-2]) " remove last comma
144 call setline('$', getline('$')[:-2]) " remove last comma
186 call setline('$', getline('$')[:-2]) " remove last comma
272 call setline('$', getline('$')[:-2]) " remove last comma
373 call setline('$', getline('$')[:-2]) " remove last comma
389 call remove(chardict, nr)
397 call remove(chardict, nr)
411 call setline('$', getline('$')[:-2]) " remove last comma
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …reify","release-pending-sends","rem","remove","remove-all-methods","remove-method","remove-ns","re…
H A Ddecada.vim26 " 1: remove the file extension.
28 " 3: remove a trailing '_' (which denotes a specification)
/vim-8.2.3635/
H A Duninstall.txt3 There are three ways to remove Vim:
16 remove. For uninstalling the "Edit with Vim" popup menu entry you still
53 files there that you would like to save. If you did remove it all, you can
76 Vim does not use .ini files. The above should remove all Vim files, except
/vim-8.2.3635/src/GvimExt/
H A DREADME.txt44 in order to remove this file. A quick way is to log off and re-login.
48 This batch file will remove all the registry keys from the system. Then you
49 can remove the gvimext.dll file.
/vim-8.2.3635/.github/workflows/
H A Dcodeql-analysis.yml46 # If this step fails, then you should remove it and run the build manually (see below)
53 # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
/vim-8.2.3635/runtime/ftplugin/
H A Dpdf.vim30 nnoremap <silent><buffer> <C-T> :if len(b:pdf_tagstack) > 0 <Bar> call setpos('.',remove(b:pdf_tags…
85 silent! call remove(b:pdf_tagstack,-1)
/vim-8.2.3635/src/po/
H A Dcheck.vim23 " remove '%', not used for formatting.
27 " remove '%' used for plural forms.
30 " remove everything but % items.
/vim-8.2.3635/src/
H A Duninstall.c242 remove(batfile_path); in remove_batfiles()
267 remove(buf); in remove_if_exists()

12345678910>>...12