From a5915fd45c8e75e74c4d80229ffc67872c6b6b36 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 8 Nov 2011 00:29:30 -0600 Subject: [PATCH] formatting --- editors/vim/ui.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/vim/ui.vim b/editors/vim/ui.vim index d295422..a344017 100644 --- a/editors/vim/ui.vim +++ b/editors/vim/ui.vim @@ -96,7 +96,8 @@ syntax on " way better... map 0 ^ -" Opens an edit command with the path of the currently edited file filled in Normal mode: e +" Opens an edit command with the path of the currently +" edited file filled in Normal mode: e map e :e =expand("%:p:h") . "/" " Always show cursorline, but only in current window.