doc: Remove example in 'complete' doc.

The example needlessly replicates information and using the defaults causes
discrepancies to occur over time.
This commit is contained in:
Sean Marshallsay
2015-11-07 17:00:08 +00:00
parent 2bc97b2099
commit 8eac930eac

View File

@@ -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).