More incorrect uses of noremap.
[profile.git] / .vim / script / p4
index 7aa16ba..4badc84 100644 (file)
@@ -50,7 +50,7 @@ fun! P4submit()
         setlocal noswapfile
         file [p4 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