Lines Matching refs:code
1922 v:exiting Vim exit code. Normally zero, non-zero when something went
2282 This only works when the shell returns the error code to Vim.
4387 This can be used to output a terminal code. For example, to
4815 A special code that might be useful is <Ignore>, it exits the
5523 key you get the code for the <Del> key, not the raw character
6545 {feature} and to detect dead code. Keep in mind that an older
6552 Note that to skip code that has a syntax error when the
7303 object code must be compiled as position-independent ('PIC').
11330 The resulting error code can be found in |v:shell_error|.
11436 fields. For C code the fields "struct", "class" and "enum"
11660 This code also deals with multibyte characters properly.
13112 < When the code does not exist yet it will be created as
13113 a terminal key code, there is no error.
13762 Exceptions can be caught or can cause cleanup code to be executed. You can
13790 The try conditional allows to watch code for exceptions and to take the
13870 Exception handling code can get tricky. If you are in doubt what happens, set
14091 This code displays
14126 Cleanup code works also when the try block or a catch clause is left by
14195 If you want to catch specific errors, you just have to put the code to be
14546 The following code is ill-formed: >
14655 catch clause. (You can cause cleanup code being executed before termination
14671 error messages. You probably won't want to use such code from your new
14814 code can be used: >