Fix diffs of files with spaces.
[profile.git] / .vim / script / p4
index 8b6ee16..3dd4217 100644 (file)
@@ -21,7 +21,7 @@ fun! P4submit()
         set nomod
 
         " Get the files in the changelist.
-        let l:files = system("sed -n 's@^      \\(//.*\\)      #.*@\\1@p' " . bufname(""))
+        let l:files = system("sed -n 's@^      \\(//.*\\)      #.*@\"\\1\"@p' " . bufname(""))
         " Create a new window, move it below the spec and read in a diff.
         botright new
         if l:files != ""