comparison runtime/doc/quickref.txt @ 7266:6ba7182fb7bd v7.4.941

commit https://github.com/vim/vim/commit/0f6562e9036f889185dff49a75c7fc5ffb28b307 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 24 18:48:14 2015 +0100 patch 7.4.941 Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson)
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Nov 2015 19:00:06 +0100
parents 873eae260c97
children c9fc24b76293
comparison
equal deleted inserted replaced
7265:b985668725fa 7266:6ba7182fb7bd
902 'syntax' 'syn' syntax to be loaded for current buffer 902 'syntax' 'syn' syntax to be loaded for current buffer
903 'tabline' 'tal' custom format for the console tab pages line 903 'tabline' 'tal' custom format for the console tab pages line
904 'tabpagemax' 'tpm' maximum number of tab pages for |-p| and "tab all" 904 'tabpagemax' 'tpm' maximum number of tab pages for |-p| and "tab all"
905 'tabstop' 'ts' number of spaces that <Tab> in file uses 905 'tabstop' 'ts' number of spaces that <Tab> in file uses
906 'tagbsearch' 'tbs' use binary searching in tags files 906 'tagbsearch' 'tbs' use binary searching in tags files
907 'tagcase' 'tc' how to handle case when searching in tags files
907 'taglength' 'tl' number of significant characters for a tag 908 'taglength' 'tl' number of significant characters for a tag
908 'tagrelative' 'tr' file names in tag file are relative 909 'tagrelative' 'tr' file names in tag file are relative
909 'tags' 'tag' list of file names used by the tag command 910 'tags' 'tag' list of file names used by the tag command
910 'tagstack' 'tgst' push tags onto the tag stack 911 'tagstack' 'tgst' push tags onto the tag stack
911 'term' name of the terminal 912 'term' name of the terminal