From 92139abcab100d889ec1b52d944c915cef123447 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Wed, 9 Aug 2017 13:18:02 +0300 Subject: [PATCH] reset colors in crypted --- vim/crypted.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/crypted.vim b/vim/crypted.vim index 9bed701..9f5a440 100644 --- a/vim/crypted.vim +++ b/vim/crypted.vim @@ -17,4 +17,5 @@ map h :call Hide() map H :call Nohide() set laststatus=2 set statusline=%f\ %=\ (h/H)\ (%v,%l) +call Hide() call Nohide()