Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 84) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_tabpage.vim49 " Test for ":tab drop exist-file" to keep current window.
51 tab drop test1
56 " Test for ":tab drop new-file" to keep current window of tabpage 1.
58 tab drop newfile
64 " Test for ":tab drop multi-opened-file" to keep current tabpage and window.
68 tab drop test1
74 " Test for ":tab drop vertical-split-window" to jump test1 buffer
78 tab drop test1
233 " Test autocommands on tab drop
246 tab drop test1
[all …]
H A Dtest_plus_arg_edit.vim25 e! ++enc=utf8 ++bad=drop Xfile
H A Dtest_excmd.vim82 " Test for the :drop command
86 drop Xfile
90 drop Xfile
95 drop Xfile
H A Dtest_channel.vim65 let s:chopt.drop = 'never'
180 call ch_setoptions(handle, {'drop': 'never'})
181 call ch_setoptions(handle, {'drop': 'auto'})
182 call assert_fails("call ch_setoptions(handle, {'drop': 'bad'})", 'E475:')
184 call assert_equal(0, ch_setoptions(test_null_channel(), {'drop' : 'never'}))
510 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1})
549 call assert_fails("let i = ch_evalraw(job, '2 + 2', {'drop' : ''})", 'E475:')
593 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1})
1514 call assert_fails("let i = ch_evalexpr(handle, '2 + 2', {'drop' : ''})", 'E475:')
2040 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1,
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dreva.vim46 syn keyword revastack drop nip dup over tuck swap rot -rot ?dup pick roll
47 syn keyword revastack 2drop 2nip 2dup 2over 2swap 2rot 3drop
75 Builtin tell type type_ write (seek) (argv) (save) 0; 0drop;
93 Builtin ++ -- , -2drop -2nip -link -swap . .2x .classes .contexts .funcs .libs .needs .r
H A Dtidy.vim148 \ decorate-inferred-ul drop-empty-paras drop-empty-elements
149 \ drop-font-tags drop-proprietary-attributes enclose-block-text
H A Drust.vim85 " There’s no point in highlighting these; when one writes drop( or drop::< it
86 " gets the same highlighting anyway, and if someone writes `let drop = …;` we
87 " don’t really want *that* drop to be highlighted.
88 "syn keyword rustFunction drop
H A D8th.vim46 Builtin 2drop G:2drop 2dup G:2dup 2over G:2over 2swap G:2swap 3drop G:3drop 3rev G:3rev 4drop G:4d…
58 Builtin deg>rad G:deg>rad depth G:depth die G:die dip G:dip drop G:drop dstack G:dstack dump G:dump
328 Builtin cor t:cor cor-drop t:cor-drop curtask t:curtask def-queue t:def-queue def-stack t:def-stack
H A Dsas.vim116 …all cards cards4 datalines datalines4 dcl declare delete describe display drop error execute file …
173 …y calculated cascade case check connection constraint cross desc distinct drop else end escape exc…
176 syn keyword sasProcSQLStatementComplexKeyword alter create describe drop contained nextgroup=sasPro…
179 syn match sasProcSQLStatement '\v%(^|;)\s*\zs%(alter|create|describe|drop)>' display contained cont…
188 syn keyword sasDS2Control continue data dcl declare do drop else end enddata endpackage endthread f…
192 syn match sasDS2Statement '\v%(^|;)\s*\zs%(dcl|declare|drop)>' display contained contains=sasDS2Sta…
H A Desqlc.vim43 syntax keyword esqlcStatement delete drop explain grant insert lock noaudit
H A Dsqlj.vim51 syn keyword sqljStatement delete drop explain grant insert lock noaudit
H A Dampl.vim32 syn keyword amplStatement check close \display drop include
H A Dwast.vim24 syn match wastParamInst "\%((\s*\)\@<=\<\%(drop\|select\)\>" contained display
H A Dclojure.vim32drop","clojure.core/drop-last","clojure.core/drop-while","clojure.core/eduction","clojure.core/emp…
H A Dprogress.vim65 syn keyword ProgressReserved down drop dynamic-cast dynamic-func[tion] dynamic-new each editing els…
166 syn keyword ProgressOperator drag-enabled drop-down drop-down-list drop-target dump dump-logging-no…
169 syn keyword ProgressOperator end-element end-event-group end-file-drop end-key end-user-prompt endk…
H A Deviews.vim43 …epair decomp define delete derivs describe displayname do draw driconvert drop dtable ec edftest e…
H A Dstp.vim41 syn keyword stpStatement drop exec execute explain fetch from index insert
/vim-8.2.3635/runtime/ftplugin/
H A Dhog.vim24 …\ 'dynamicengine\\|dynamicdetection\\|activate\\|alert\\|drop\\|block\\|dynamic\\|log\\|pass\\|rej…
33 \ '\|activate\|alert\|drop\|block\|dynamic\|log\|pass\|reject' .
H A Dgitrebase.vim26 let words = ['pick', 'edit', 'fixup', 'squash', 'reword', 'drop']
37 command! -buffer -bar -range Drop :<line1>,<line2>call s:choose('drop')
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …c","dotimes","doto","double","double-array","double?","doubles","drop","drop-last","drop-while","e…
/vim-8.2.3635/src/proto/
H A Dedit.pro31 int bracketed_paste(paste_mode_T mode, int drop, garray_T *gap);
/vim-8.2.3635/runtime/doc/
H A Dos_haiku.txt117 You can drop files and directories on either the Vim icon (starts a new Vim
120 sets Vim's current working directory |:cd| |:pwd|. If you drop files or
H A Dchannel.txt167 *channel-drop*
168 "drop" Specifies when to drop messages:
1077 *job-drop*
1078 "drop": when Specifies when to drop messages. Same as "drop" on
1079 |ch_open()|, see |channel-drop|. For "auto" the
H A Dos_390.txt91 much success. If anyone is interested in trying, drop me a line if you
H A Dgui_w32.txt399 *drag-n-drop-win32*
400 You can drag and drop one or more files into the Vim window, where they will
401 be opened as normal. See |drag-n-drop|.

1234