From 6044d8e15a4c579d9cd808a16896b99f92e35f21 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 11 Jun 2020 16:08:45 +0300 Subject: [PATCH] modeline is safe in Vim 8.2, with disabled modelineexpr by default --- vim/.vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 733f051..8b67c49 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -8,7 +8,6 @@ set nocompatible set encoding=utf-8 "set t_kD= set mouse="" " if Vim is compiled with mouse support -set nomodeline set viminfo='100,<50,s10,f1,%,n~/secure/vim/info set viewdir=~/secure/vim/view -- 2.44.0