From 0f6562e9036f889185dff49a75c7fc5ffb28b307 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 24 Nov 2015 18:48:14 +0100 Subject: patch 7.4.941 Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson) --- runtime/doc/quickref.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/quickref.txt') diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index e275c4383d..fb10cccda5 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -904,6 +904,7 @@ Short explanation of each option: *option-list* 'tabpagemax' 'tpm' maximum number of tab pages for |-p| and "tab all" 'tabstop' 'ts' number of spaces that in file uses 'tagbsearch' 'tbs' use binary searching in tags files +'tagcase' 'tc' how to handle case when searching in tags files 'taglength' 'tl' number of significant characters for a tag 'tagrelative' 'tr' file names in tag file are relative 'tags' 'tag' list of file names used by the tag command -- cgit v1.2.3