runtime(hamster): do not globally set ignorecase
Commit:
https://github.com/vim/vim/commit/f737ff8c88b5fb77050ba44d986ee20d59ad37be
Author: Christian Brabandt <[email protected]>
Date: Fri Sep 5 20:57:34 2025 +0200
runtime(hamster): do not globally set ignorecase
related: https://github.com/vim/vim/issues/15772
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/ftplugin/hamster.vim b/runtime/ftplugin/hamster.vim
index 904f267fd..a204cbb74 100644
--- a/runtime/ftplugin/hamster.vim
+++ b/runtime/ftplugin/hamster.vim
@@ -4,6 +4,7 @@
" Maintainer: David Fishburn <dfishburn dot vim at gmail dot com>
" Last Change: 2021 Jan 19
" 2024 May 23 by Riley Bruins <[email protected]>
('commentstring')
+" 2025 Sep 05 by Vim Project, disable setting global ignorecase
" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
@@ -57,7 +58,7 @@ if exists("loaded_matchit")
" \ synIDattr(synID(line("."),col("."),1),"name") =~? "comment\|string"'
endif
-setlocal ignorecase
+" setlocal ignorecase
let &cpo = s:cpo_save
unlet s:cpo_save
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uubfJ-0063Vs-4O%40256bit.org.