From eed3099cc00acd6e1c25e59ced5a62ce62e7dcc8 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 27 May 2019 00:11:35 +0100 Subject: [PATCH] remove unneeded variable --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 4918fe4..add1d3f 100644 --- a/vimrc +++ b/vimrc @@ -465,7 +465,6 @@ command! -nargs=1 -complete=command Redir silent call Redir() " :Redir !ls -al ........ show the full output of command ':!ls -al' in a scratch window "}}} function! OpenNetrw() abort "{{{ - let g:netrw_opened_in_tab = 1 Texplore endfunction "}}}