diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ 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 incsearch " Find as you type search set hlsearch " Highlight search terms |