diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-05-22 22:45:57 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-05-22 22:46:44 +0200 |
commit | f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0 (patch) | |
tree | 67c24b6792816bc57af7c00a37ba226dc9a15cfb /runtime/doc/intro.txt | |
parent | 1642917f9ba873be7be2dae346efb29f64e268a0 (diff) | |
download | rneovim-f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0.tar.gz rneovim-f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0.tar.bz2 rneovim-f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0.zip |
doc: remove mentions of vimrc_example
closes #8426
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 6c40264d86..e7fb632de8 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -655,9 +655,6 @@ Q Switch to "Ex" mode. This is a bit like typing ":" Vim will enter this mode by default if it's invoked as "ex" on the command-line. Use the ":vi" command |:visual| to exit "Ex" mode. - Note: In older versions of Vim "Q" formatted text, - that is now done with |gq|. But if you use the - |vimrc_example.vim| script "Q" works like "gq". *gQ* gQ Switch to "Ex" mode like with "Q", but really behave |