Searched refs:discard (Results 1 – 24 of 24) sorted by relevance
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sieve.vim | 35 syn keyword sieveAction reject fileinto redirect keep discard
|
| H A D | form.vim | 38 syn keyword formStatement dimension discard disorder drop factarg fill
|
| H A D | dtrace.vim | 111 syn keyword dtraceFunction speculate commit discard exit
|
| H A D | readline.vim | 248 \ unix-line-discard
|
| H A D | pf.vim | 113 syn keyword pfService discard
|
| H A D | dtml.vim | 38 syn keyword dtmlAttribute delClassAttr DELETE Destination DestinationURL digits discard contained
|
| H A D | fstab.vim | 86 …_allowed autodefrag inode_cache enospc_debug recovery check_int check_int_data skip_balance discard
|
| H A D | stata.vim | 73 syn keyword stataCommand discard
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_trycatch.vim | 648 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 D | test_vimscript.vim | 4444 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 D | quickfix.c | 764 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 D | usr_07.txt | 50 Or you can force Vim to discard your changes and edit the new file, using the
|
| H A D | editing.txt | 205 *:edit!* *discard* 692 Edit file [count] in the argument list, discard any 703 Edit [count] next file, discard any changes to the
|
| H A D | quickref.txt | 1280 |:q| :q[uit]! quit current buffer always, discard any 1284 |:qa| :qa[ll]! exit Vim always, discard any changes
|
| H A D | message.txt | 257 be deleted, so you can move it back into place if you want to discard the
|
| H A D | vim9.txt | 1716 doesn't really have an advantage over the first, so let's discard the second.
|
| H A D | index.txt | 1316 |:eval| :ev[al] evaluate an expression and discard the result
|
| H A D | todo.txt | 5433 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 D | syntax.txt | 1116 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 D | tags | 6207 discard editing.txt /*discard*
|
| H A D | version8.txt | 11078 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 D | eval.txt | 13675 :eval {expr} Evaluate {expr} and discard the result. Example: >
|
| H A D | version7.txt | 15787 Solution: Insert a delay and discard input. (Hayaki Saito)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 494 " later...but here we discard it?
|