mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 01:04:10 +00:00
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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user