Skip to content

Commit f737ff8

Browse files
committed
runtime(hamster): do not globally set ignorecase
related: #15772 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 510ca80 commit f737ff8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

runtime/ftplugin/hamster.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
" Maintainer: David Fishburn <dfishburn dot vim at gmail dot com>
55
" Last Change: 2021 Jan 19
66
" 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring')
7+
" 2025 Sep 05 by Vim Project, disable setting global ignorecase
78

89
" Only do this when not done yet for this buffer
910
if exists("b:did_ftplugin")
@@ -57,7 +58,7 @@ if exists("loaded_matchit")
5758
" \ synIDattr(synID(line("."),col("."),1),"name") =~? "comment\\|string"'
5859
endif
5960

60-
setlocal ignorecase
61+
" setlocal ignorecase
6162

6263
let &cpo = s:cpo_save
6364
unlet s:cpo_save

0 commit comments

Comments
 (0)