diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-01-29 18:17:30 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-02-16 21:00:30 -0500 |
commit | af46564dd6e7e709f269f041f749dc312d9c3773 (patch) | |
tree | 6d39068330a2afd6cfad76aea8dc57bd9f10787b /runtime/doc | |
parent | 3bb77befe502d3c526dd834f8df4f6c30e595bcf (diff) | |
download | rneovim-af46564dd6e7e709f269f041f749dc312d9c3773.tar.gz rneovim-af46564dd6e7e709f269f041f749dc312d9c3773.tar.bz2 rneovim-af46564dd6e7e709f269f041f749dc312d9c3773.zip |
Remove 'edcompatible' #1911
Closes #1902
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/change.txt | 11 | ||||
-rw-r--r-- | runtime/doc/options.txt | 7 | ||||
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
3 files changed, 4 insertions, 15 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 3b63de503e..21f3e61944 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -648,9 +648,6 @@ The flags that you can use for the substitute commands: compiled without the |+insert_expand| feature} CTRL-Y to scroll the screen down {not in Vi, not available when compiled without the |+insert_expand| feature} - If the 'edcompatible' option is on, Vim remembers the [c] flag and - toggles it each time you use it, but resets it when you give a new - search pattern. {not in Vi: highlighting of the match, other responses than 'y' or 'n'} [e] When the search pattern fails, do not issue an error message and, in @@ -665,11 +662,9 @@ The flags that you can use for the substitute commands: {not in Vi} [g] Replace all occurrences in the line. Without this argument, - replacement occurs only for the first occurrence in each line. If - the 'edcompatible' option is on, Vim remembers this flag and toggles - it each time you use it, but resets it when you give a new search - pattern. If the 'gdefault' option is on, this flag is on by default - and the [g] argument switches it off. + replacement occurs only for the first occurrence in each line. If the + 'gdefault' option is on, this flag is on by default and the [g] + argument switches it off. [i] Ignore case for the pattern. The 'ignorecase' and 'smartcase' options are not used. diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 928a98066f..790903a847 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2415,12 +2415,7 @@ A jump table for the options with a short description can be found at |Q_op|. both width and height of windows is affected *'ed'* *'edcompatible'* *'noed'* *'noedcompatible'* -'edcompatible' 'ed' boolean (default off) - global - Makes the 'g' and 'c' flags of the ":substitute" command to be - toggled each time the flag is given. See |complex-change|. See - also 'gdefault' option. - Switching this option on is discouraged! +'edcompatible' 'ed' Removed. {Nvim} *'encoding'* *'enc'* *E543* 'encoding' 'enc' string (default: "latin1" or value from $LANG) diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 3b3214456b..0e4418ba6a 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -674,7 +674,6 @@ Short explanation of each option: *option-list* 'directory' 'dir' list of directory names for the swap file 'display' 'dy' list of flags for how to display text 'eadirection' 'ead' in which direction 'equalalways' works -'edcompatible' 'ed' toggle flags of ":substitute" command 'encoding' 'enc' encoding used internally 'endofline' 'eol' write <EOL> for last line in file 'equalalways' 'ea' windows are automatically made the same size |