From 6ef6a9b3bde8e883edc40a01da44990e8192f341 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 23 Feb 2016 14:47:52 +0500 Subject: [PATCH] =?UTF-8?q?vim:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B2=20mru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/vim/vim/+plugins/MRU/plugin/mru.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/soft/vim/vim/+plugins/MRU/plugin/mru.vim b/etc/soft/vim/vim/+plugins/MRU/plugin/mru.vim index f18f611..626c900 100644 --- a/etc/soft/vim/vim/+plugins/MRU/plugin/mru.vim +++ b/etc/soft/vim/vim/+plugins/MRU/plugin/mru.vim @@ -527,7 +527,7 @@ function! s:MRU_Open_File_In_Tab(fname, esc_fname) exe 'tabnext ' . i else " Open a new tab as the last tab page - exe '999tabnew ' . a:esc_fname + exe 'tabnew ' . a:esc_fname endif endif