mirror of
https://github.com/tcaxle/kickstart.nvim.git
synced 2025-03-26 20:21:55 +00:00
Fix typo in ignorecase comment
In order to perform a case-sensitive search with ignorecase, the pattern should contain `\C` instead of `/C`.
This commit is contained in:
parent
8064bb63c5
commit
d8b3b774bb
2
init.lua
2
init.lua
@ -229,7 +229,7 @@ vim.o.breakindent = true
|
||||
-- Save undo history
|
||||
vim.o.undofile = true
|
||||
|
||||
-- Case insensitive searching UNLESS /C or capital in search
|
||||
-- Case-insensitive searching UNLESS \C or capital in search
|
||||
vim.o.ignorecase = true
|
||||
vim.o.smartcase = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user