Fix incommand option
This commit is contained in:
parent
f9c4d63afb
commit
d315070a8b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
local opt = vim.opt
|
||||
|
||||
-- Command to show inline what are you trying to perform
|
||||
inccommand = "split"
|
||||
opt.inccommand = "split"
|
||||
|
||||
-- Search settings to toggle "smart case" search only if 1+ uppercase char
|
||||
-- persist in search line
|
||||
|
|
Loading…
Reference in a new issue