From 959a20c98f5b72ba08e3621f747594576a4705b7 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Sun, 9 Sep 2007 17:13:23 -0500 Subject: comment/whitespace fixes --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimrc b/vimrc index b0fc819..2a09572 100644 --- a/vimrc +++ b/vimrc @@ -224,7 +224,6 @@ imap g " Hit in insert mode after a bad paste (thanks absolon) {{{ inoremap u:set paste.:set nopastegi "}}} - " Normal-mode remappings {{{ " have Y behave analogously to D rather than to dd nmap Y y$ @@ -272,7 +271,6 @@ map g map g " }}} "}}} - " Plugin settings {{{ " Enhanced Commentify {{{ let g:EnhCommentifyBindInInsert = 'No' @@ -301,3 +299,4 @@ if file_readable(s:session_file) && expand("%:.") !~ '^/' endif " }}} " }}} +" }}} -- cgit v1.2.3-54-g00ecf