aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <Pyrohh@users.noreply.github.com>2015-11-07 19:08:13 -0500
committerMichael Reed <Pyrohh@users.noreply.github.com>2015-11-07 19:08:13 -0500
commit7521fb56558a146f3b116bcf195cf6bd1984d6c2 (patch)
tree865c9ea140e06ac9ab6060dc66772f74cf42286b
parentd8d631a266e196a965514e817e3381567b2d749d (diff)
parent8eac930eace650b538c6f3e4f10c6b847a5e4a3f (diff)
downloadrneovim-7521fb56558a146f3b116bcf195cf6bd1984d6c2.tar.gz
rneovim-7521fb56558a146f3b116bcf195cf6bd1984d6c2.tar.bz2
rneovim-7521fb56558a146f3b116bcf195cf6bd1984d6c2.zip
Merge pull request #3622 from Sean1708/patch-1
[RFC] Fix doc discrepancy in 'complete' defaults.
-rw-r--r--runtime/doc/options.txt8
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).