diff options
| author | Felipe Morales <hel.sheep@gmail.com> | 2015-05-16 02:33:26 -0300 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-19 16:58:46 -0400 |
| commit | 3c2eae6cc69dbdd212c469d8770a1ad1e1da92ff (patch) | |
| tree | d82a8c4a93639009783ffce0df04afc857347676 /runtime/doc/vim_diff.txt | |
| parent | e211362a6daec463902f5f4f1bd124c106b3350e (diff) | |
| download | rneovim-3c2eae6cc69dbdd212c469d8770a1ad1e1da92ff.tar.gz rneovim-3c2eae6cc69dbdd212c469d8770a1ad1e1da92ff.tar.bz2 rneovim-3c2eae6cc69dbdd212c469d8770a1ad1e1da92ff.zip | |
options: Search upwards for tags file #2670
Also remove some references to emacs tags from the docs.
References https://github.com/neovim/neovim/issues/1664
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 2bfd5f19a5..a10fff0b98 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -31,6 +31,7 @@ these differences. - 'backspace' defaults to "indent,eol,start" - 'encoding' defaults to "utf-8" - 'nocompatible' is always set +- 'tags' defaults to "./tags;,tags" - 'ttyfast' is always set - 'wildmenu' is set by default - 'wildmode' defaults to "list:longest,full" @@ -131,6 +132,7 @@ Other commands: Other compile-time features: EBCDIC + Emacs tags support Nvim does not have a built-in GUI and hence the following aliases have been removed: gvim, gex, gview, rgvim, rgview |