Skip to content

Commit 4a50a61

Browse files
authored
Merge pull request nvim-lua#347 from ilian/patch-1
Fix typo in ignorecase comment
2 parents 89fc74a + 1121b5b commit 4a50a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ vim.o.breakindent = true
229229
-- Save undo history
230230
vim.o.undofile = true
231231

232-
-- Case insensitive searching UNLESS /C or capital in search
232+
-- Case-insensitive searching UNLESS \C or capital in search
233233
vim.o.ignorecase = true
234234
vim.o.smartcase = true
235235

0 commit comments

Comments
 (0)