Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 25 of 160) sorted by relevance

1234567

/vim-8.2.3635/src/testdir/
H A Dtest_backspace_opt.vim51 " 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 Dtest_modeline.vim337 " 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 Dusr_01.txt64 *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 Dstarting.txt352 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 Dvim.man20 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 Doptions.txt53 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 Dundo.txt58 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 Dpi_gzip.txt12 This plugin is only available if 'compatible' is not set.
H A Dvimtutor.man28 Vim is always started in Vi compatible mode.
H A Dusr_05.txt76 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 DgetscriptPlugin.vim15 " 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 Dspellfile.vim7 " - when 'compatible' is set
/vim-8.2.3635/runtime/
H A Devim.vim5 " Don't use Vi-compatible mode.
64 " compatible.
H A Ddefaults.vim25 if &compatible
30 " Use a trick to reset compatible only when the +eval feature is missing.
150 " compatible).
H A Dftplugin.vim23 " In compatible mode options are reset to the global values, need to
H A Dvimrc_example.vim47 " compatible.
/vim-8.2.3635/runtime/syntax/
H A Deuphoria3.vim13 " Reset compatible-options to Vim default value, just in case:
130 " Restore current compatible-options:
H A Ddirpager.vim33 if exists("b:current_syntax") || &compatible
/vim-8.2.3635/runtime/lang/
H A Dmenu_zh_cn.gb2312.vim11 " As mentioned above, gbk/cp936 is a superset of (and backward compatible with)
/vim-8.2.3635/src/
H A Dconfig.h.in308 /* 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 Dinitex.vim15 " Avoid problems if running in 'compatible' mode.
H A Dplaintex.vim15 " Avoid problems if running in 'compatible' mode.
H A Dtex.vim16 " Avoid problems if running in 'compatible' mode.
/vim-8.2.3635/runtime/tools/
H A DREADME.txt21 vim132: Shell script to edit in 132 column mode on vt100 compatible
/vim-8.2.3635/runtime/macros/urm/
H A DREADME.txt1 This is another proof that Vim is perfectly compatible with Vi.

1234567