aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/user/opts.lua18
1 files changed, 9 insertions, 9 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua
index c1b5027..2bbf776 100644
--- a/lua/user/opts.lua
+++ b/lua/user/opts.lua
@@ -248,12 +248,12 @@ vim.cmd([[ " Only show in insert mode
]])
-- Line Return
---vim.cmd([[ " Return to the same line when we reopen a file
--- augroup line_return
--- au!
--- au BufReadPost *
--- \ if line("'\"") > 0 && line("'\"") <= line("$") |
--- \ execute 'normal! g`"zvzz' |
--- \ endif
--- augroup END
---]])
+vim.cmd([[ " Return to the same line when we reopen a file
+ augroup line_return
+ au!
+ au BufReadPost *
+ \ if line("'\"") > 0 && line("'\"") <= line("$") |
+ \ execute 'normal! g`"zvzz' |
+ \ endif
+ augroup END
+]])