BufExplorer plugin.
[profile.git] / .vim / script / p4
index fe7f252..8b6ee16 100644 (file)
@@ -37,7 +37,7 @@ fun! P4submit()
         set buftype=nowrite
         set bufhidden=hide
         setlocal noswapfile
-        file [p4 diff]
+        file [p4 diff\]
 
         " Switch back to the top window and put the cursor by the description.
         wincmd k
@@ -57,9 +57,6 @@ endfun
 let s:cmdheight = &cmdheight
 set cmdheight=3
 
-" Change directory so "file [p4 diff]" doesn't try to cd somewhere.
-cd /
-
 " Call and then discard our function.
 call P4submit()
 delfunction P4submit