From 3c2eae6cc69dbdd212c469d8770a1ad1e1da92ff Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sat, 16 May 2015 02:33:26 -0300 Subject: 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 --- runtime/doc/vim_diff.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc/vim_diff.txt') 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 -- cgit