diff options
author | Tharre <tharre3@gmail.com> | 2019-06-06 22:01:00 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2019-06-06 22:01:00 +0200 |
commit | ad970779585eaa338fd4266f100bcbe3bfe7e3cc (patch) | |
tree | deac19daee29d872d118213f6922d30f434271b3 /.vimrc | |
parent | 4a4d93da44a17a5452aba8c0edb897de1005cab8 (diff) | |
download | dotfiles-ad970779585eaa338fd4266f100bcbe3bfe7e3cc.tar.gz dotfiles-ad970779585eaa338fd4266f100bcbe3bfe7e3cc.tar.xz dotfiles-ad970779585eaa338fd4266f100bcbe3bfe7e3cc.zip |
vim: latest exploit got a CVE
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,9 +21,7 @@ set clipboard=unnamedplus set showmatch " show matching brackets set hidden set autoread -" CVE-2002-1377, CVE-2016-1248, -" https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md -set nomodeline +set nomodeline " CVE-2002-1377, CVE-2016-1248, CVE-2019-12735 set incsearch " Find as you type search set hlsearch " Highlight search terms |