diff options
| author | Tharre <tharre3@gmail.com> | 2019-06-05 01:57:32 +0200 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2019-06-05 01:57:32 +0200 | 
| commit | 4a4d93da44a17a5452aba8c0edb897de1005cab8 (patch) | |
| tree | e45ecc54ec72e93943ba1ccb9e50322038adbd0e | |
| parent | d5ef18f0ee1c403d8badc3d2d4c2beccdba0364d (diff) | |
| download | dotfiles-4a4d93da44a17a5452aba8c0edb897de1005cab8.tar.gz dotfiles-4a4d93da44a17a5452aba8c0edb897de1005cab8.tar.xz dotfiles-4a4d93da44a17a5452aba8c0edb897de1005cab8.zip | |
vim: disable modline
Too many damn exploits.
| -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 | 
