From 8eac930eace650b538c6f3e4f10c6b847a5e4a3f Mon Sep 17 00:00:00 2001 From: Sean Marshallsay Date: Sat, 7 Nov 2015 17:00:08 +0000 Subject: doc: Remove example in 'complete' doc. The example needlessly replicates information and using the defaults causes discrepancies to occur over time. --- runtime/doc/options.txt | 8 -------- 1 file changed, 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). -- cgit