]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.4.632 v7.4.632
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Feb 2015 11:17:14 +0000 (12:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Feb 2015 11:17:14 +0000 (12:17 +0100)
Problem:    7.4.592 breaks the netrw plugin, because the autocommands are
            skipped.
Solution:   Roll back the change.

src/ex_cmds.c
src/version.c

index 897e6c39ac69786c8f83a978a5992b805260f5a0..84928723ef50fd8aaf241c6238dd6822f1a8fdcb 100644 (file)
@@ -3530,14 +3530,6 @@ do_ecmd(fnum, ffname, sfname, eap, newlnum, flags, oldwin)
                check_fname() == FAIL)
            goto theend;
 
-#ifdef FEAT_QUICKFIX
-       /* ":e foobar" when already editing "foobar" will reload the file.
-        * But when 'buftype' is "nofile" there is no file to load, so don't
-        * do anything. */
-       if (curbuf->b_p_bt[0] == 'n' && curbuf->b_p_bt[2] == 'f')
-           goto theend;
-#endif
-
        oldbuf = (flags & ECMD_OLDBUF);
     }
 
index 03507f61cdef169d09a8cf049127fe87588a1cf1..9b1707007d6cd58dfee992ca1c31429f79b56069 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    632,
 /**/
     631,
 /**/