More incorrect uses of noremap.
[profile.git] / .vim / script / svn
index 7b4da64..223d0f0 100644 (file)
@@ -25,7 +25,7 @@ fun! SVNcommit()
   setlocal noswapfile
   file [svn diff\]
   " Map q to quit easily.
-  noremap <silent> <buffer> q <C-W>q
+  nnoremap <silent> <buffer> q <C-W>q
 
   " Vim 7.4 really doesn't want us to quit windows from a script.
   try