We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4deaac6 commit d08a4b1Copy full SHA for d08a4b1
lua/core/event.lua
@@ -98,11 +98,11 @@ function autocmd.load_autocmds()
98
{ "BufWritePre", "*.tmp", "setlocal noundofile" },
99
{ "BufWritePre", "*.bak", "setlocal noundofile" },
100
-- auto place to last edit
101
- {
102
- "BufReadPost",
103
- "*",
104
- [[if line("'\"") > 1 && line("'\"") <= line("$") | execute "normal! g'\"" | endif]],
105
- },
+ -- {
+ -- "BufReadPost",
+ -- "*",
+ -- [[if line("'\"") > 1 && line("'\"") <= line("$") | execute "normal! g'\"" | endif]],
+ -- },
106
-- auto change directory
107
-- { "BufEnter", "*", "silent! lcd %:p:h" },
108
},
0 commit comments