1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

fix this nonsense

This commit is contained in:
Connor Olding 2021-10-18 21:34:46 -07:00
parent b20fc66139
commit e2521466aa

View File

@ -229,6 +229,13 @@ if has('autocmd')
au GUIEnter * set vb t_vb=
augroup END
if has('syntax')
augroup fuckyou
au!
au FileType vim syntax clear vim9Comment
augroup END
endif
fu! ResCur() " attempt to preserve cursor position
if line("'\"") > 1 && line("'\"") <= line("$")
normal! g`"