diff options
author | Sean Marshallsay <srm.1708@gmail.com> | 2015-11-07 17:00:08 +0000 |
---|---|---|
committer | Sean Marshallsay <srm.1708@gmail.com> | 2015-11-07 23:09:55 +0000 |
commit | 8eac930eace650b538c6f3e4f10c6b847a5e4a3f (patch) | |
tree | fb482d6132082adab4ab24a9e862066a40a32f5f | |
parent | 2bc97b20993b36ff8f996a4afec1e3efa3e4748d (diff) | |
download | rneovim-8eac930eace650b538c6f3e4f10c6b847a5e4a3f.tar.gz rneovim-8eac930eace650b538c6f3e4f10c6b847a5e4a3f.tar.bz2 rneovim-8eac930eace650b538c6f3e4f10c6b847a5e4a3f.zip |
doc: Remove example in 'complete' doc.
The example needlessly replicates information and using the defaults causes
discrepancies to occur over time.
-rw-r--r-- | runtime/doc/options.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 494c93b042..c3a8be1038 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1491,14 +1491,6 @@ A jump table for the options with a short description can be found at |Q_op|. (gzipped files for example). Unloaded buffers are not scanned for whole-line completion. - The default is ".,w,b,u,t,i", which means to scan: - 1. the current buffer - 2. buffers in other windows - 3. other loaded buffers - 4. unloaded buffers - 5. tags - 6. included files - As you can see, CTRL-N and CTRL-P can be used to do any 'iskeyword'- based expansion (e.g., dictionary |i_CTRL-X_CTRL-K|, included patterns |i_CTRL-X_CTRL-I|, tags |i_CTRL-X_CTRL-]| and normal expansions). |