Skip to content

Commit 86f1ba2

Browse files
committed
Improve undofile comment
1 parent 9a3a2f9 commit 86f1ba2

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
@@ -119,7 +119,7 @@ vim.schedule(function() vim.o.clipboard = 'unnamedplus' end)
119119
-- Enable break indent
120120
vim.o.breakindent = true
121121

122-
-- Save undo history
122+
-- Enable undo/redo changes even after closing and reopening a file
123123
vim.o.undofile = true
124124

125125
-- Case-insensitive searching UNLESS \C or one or more capital letters in the search term

0 commit comments

Comments
 (0)