Searched refs:compatible (Results 1 – 25 of 160) sorted by relevance
1234567
| /vim-8.2.3635/src/testdir/ |
| H A D | test_backspace_opt.vim | 51 " Cleared when 'compatible' is set 52 set compatible 57 " Test with backspace set to the non-compatible setting 71 set compatible 83 " Test with backspace set to the compatible setting 103 set compatible&vim 135 set compatible&vim
|
| H A D | test_modeline.vim | 337 " Test for the 'modeline' default value in compatible and non-compatible modes 340 set compatible 344 set compatible&vi 346 set compatible&vim 348 set compatible& modeline&
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_01.txt | 64 *not-compatible* 81 If you start Vim now, the 'compatible' option should be off. You can check it 84 :set compatible? 87 "compatible" you are in trouble. You will have to find out why the option is 94 list, there must be some other place where the 'compatible' option is switched 97 For more info see |vimrc| and |compatible-default|.
|
| H A D | starting.txt | 352 this to get 'compatible', even though a .vimrc file exists. 356 :verbose set compatible? 360 < Also see |compatible-default|. 363 -N Not compatible mode. Resets the 'compatible' option. You can 366 Also see |compatible-default|. 491 |'compatible'|. 844 "_vimrc" is also tried, in case an MS-DOS compatible file 870 off by default. See |compatible-default|. 961 by default. See |compatible-default|. 1004 Vi compatible default value ~ [all …]
|
| H A D | vim.man | 20 Vim is a text editor that is upwards compatible to Vi. It can be used 134 -C Compatible. Set the 'compatible' option. This will make 202 -N No-compatible mode. Resets the 'compatible' option. This 203 will make Vim behave a bit better, but less Vi compatible, 430 vi_diff.txt when in Vim). Also have a look at the 'compatible' and
|
| H A D | options.txt | 53 current value of 'compatible'. 133 'compatible'. 644 'compatible' is set. 965 0 same as ":set backspace=" (Vi compatible) 1798 'compatible' is set. 1801 'compatible' is unset. 1822 'cpoptions' & (all flags) Vi-compatible flags 2097 'cpoptions' stands for "compatible-options". 2226 backslashes, which is Vi compatible. 2408 Backwards compatible with Vim 7.2 and older. [all …]
|
| H A D | undo.txt | 58 There is the Vim way ('u' excluded) and the Vi-compatible way ('u' included). 59 In the Vim way, "uu" undoes two changes. In the Vi-compatible way, "uu" does 67 'u' included, the Vi-compatible way: 72 Examples Vim way Vi-compatible way ~ 77 is not Vi compatible. For example "dwdwu." in Vi deletes two 358 If it is zero, the Vi-compatible way is always used. If it is negative no
|
| H A D | pi_gzip.txt | 12 This plugin is only available if 'compatible' is not set.
|
| H A D | vimtutor.man | 28 Vim is always started in Vi compatible mode.
|
| H A D | usr_05.txt | 76 Vim distribution) file can be used to make Vim startup in not-compatible mode 77 (see |not-compatible|). The file can be found here: 178 improved way, thus not completely Vi compatible. Setting the 'compatible' 335 compatible). See 'langremap'. 393 it's not backwards compatible (that's why it is not enabled by default).
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | getscriptPlugin.vim | 15 " expecting vim to be in its vi-compatible mode 21 echo "GetLatestVimScripts is not vi-compatible; not loaded (you need to set nocp)"
|
| H A D | spellfile.vim | 7 " - when 'compatible' is set
|
| /vim-8.2.3635/runtime/ |
| H A D | evim.vim | 5 " Don't use Vi-compatible mode. 64 " compatible.
|
| H A D | defaults.vim | 25 if &compatible 30 " Use a trick to reset compatible only when the +eval feature is missing. 150 " compatible).
|
| H A D | ftplugin.vim | 23 " In compatible mode options are reset to the global values, need to
|
| H A D | vimrc_example.vim | 47 " compatible.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | euphoria3.vim | 13 " Reset compatible-options to Vim default value, just in case: 130 " Restore current compatible-options:
|
| H A D | dirpager.vim | 33 if exists("b:current_syntax") || &compatible
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_zh_cn.gb2312.vim | 11 " As mentioned above, gbk/cp936 is a superset of (and backward compatible with)
|
| /vim-8.2.3635/src/ |
| H A D | config.h.in | 308 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 311 /* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */ 478 /* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | initex.vim | 15 " Avoid problems if running in 'compatible' mode.
|
| H A D | plaintex.vim | 15 " Avoid problems if running in 'compatible' mode.
|
| H A D | tex.vim | 16 " Avoid problems if running in 'compatible' mode.
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | README.txt | 21 vim132: Shell script to edit in 132 column mode on vt100 compatible
|
| /vim-8.2.3635/runtime/macros/urm/ |
| H A D | README.txt | 1 This is another proof that Vim is perfectly compatible with Vi.
|
1234567