Home
last modified time | relevance | path

Searched refs:discard (Results 1 – 24 of 24) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dsieve.vim35 syn keyword sieveAction reject fileinto redirect keep discard
H A Dform.vim38 syn keyword formStatement dimension discard disorder drop factarg fill
H A Ddtrace.vim111 syn keyword dtraceFunction speculate commit discard exit
H A Dreadline.vim248 \ unix-line-discard
H A Dpf.vim113 syn keyword pfService discard
H A Ddtml.vim38 syn keyword dtmlAttribute delClassAttr DELETE Destination DestinationURL digits discard contained
H A Dfstab.vim86 …_allowed autodefrag inode_cache enospc_debug recovery check_int check_int_data skip_balance discard
H A Dstata.vim73 syn keyword stataCommand discard
/vim-8.2.3635/src/testdir/
H A Dtest_trycatch.vim648 break " discard error for $VIMNOERRTHROW
1855 break " discard error for $VIMNOERRTHROW
1882 break " discard error for $VIMNOERRTHROW
1901 break " discard error for $VIMNOERRTHROW
1920 break " discard error for $VIMNOERRTHROW
1943 break " discard error for $VIMNOERRTHROW
1964 break " discard error for $VIMNOERRTHROW
H A Dtest_vimscript.vim4444 break " discard error for $VIMNOERRTHROW
5222 continue " discard an aborting error
5261 continue " discard interrupt
5300 continue " discard exception
5536 continue " discard an aborting error
6210 " or discard interrupt and break loop if $VIMNOINTTHROW
6235 " or discard error and break loop if $VIMNOERRTHROW
6249 " or discard interrupt and break loop if $VIMNOINTTHROW
/vim-8.2.3635/src/
H A Dquickfix.c764 int discard; in qf_get_next_file_line() local
770 discard = FALSE; in qf_get_next_file_line()
801 discard = TRUE; in qf_get_next_file_line()
812 while (discard) in qf_get_next_file_line()
/vim-8.2.3635/runtime/doc/
H A Dusr_07.txt50 Or you can force Vim to discard your changes and edit the new file, using the
H A Dediting.txt205 *:edit!* *discard*
692 Edit file [count] in the argument list, discard any
703 Edit [count] next file, discard any changes to the
H A Dquickref.txt1280 |:q| :q[uit]! quit current buffer always, discard any
1284 |:qa| :qa[ll]! exit Vim always, discard any changes
H A Dmessage.txt257 be deleted, so you can move it back into place if you want to discard the
H A Dvim9.txt1716 doesn't really have an advantage over the first, so let's discard the second.
H A Dindex.txt1316 |:eval| :ev[al] evaluate an expression and discard the result
H A Dtodo.txt5433 7 Add a flag to "/pat/" to discard an error. Useful to continue a mapping
5955 and allow "write all", "discard all", "write some". The last one would
5956 then ask "write" or "discard" for each changed file. Patch in HierAssist
H A Dsyntax.txt1116 Set this variable to `1` to enable basic highlighting of Clojure's "discard
1122 Note that this option will not correctly highlight stacked discard macros
H A Dtags6207 discard editing.txt /*discard*
H A Dversion8.txt11078 Solution: Do not discard the channel if there is readahead. Do not discard
11274 Solution: Do not discard a channel before writing is done.
21994 Solution: Don't discard the call stack in debug mode. (closes #2237, #2247)
H A Deval.txt13675 :eval {expr} Evaluate {expr} and discard the result. Example: >
H A Dversion7.txt15787 Solution: Insert a delay and discard input. (Hayaki Saito)
/vim-8.2.3635/runtime/autoload/
H A Dtohtml.vim494 " later...but here we discard it?