diff options
author | Guangxiong Lin <[email protected]> | 2024-01-09 19:48:00 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-01-09 19:48:00 +0800 |
commit | a1c34d47836f203c214df08f2b9356035911bf3e (patch) | |
tree | e55df196b0ad18dab488474ad97d90ff39fb4bb4 | |
parent | 00d21334b9566d62377995fad03f9bdb000593f7 (diff) | |
download | dotfiles-a1c34d47836f203c214df08f2b9356035911bf3e.tar.gz dotfiles-a1c34d47836f203c214df08f2b9356035911bf3e.tar.bz2 dotfiles-a1c34d47836f203c214df08f2b9356035911bf3e.zip |
Update vim config for 9.1
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,10 @@ if has('python3') elseif has('python') endif +if has('patch-9.0.1921') + set jumpoptions=stack +endif + " GUI set guioptions-=m @@ -149,6 +153,7 @@ cnoremap <C-G> <C-C> packadd! onedark.vim silent colorscheme onedark +runtime ftplugin/man.vim packadd matchit packadd cfilter |