Merge pull request #1782 from fwalch/small-patches

vim-patch: Multiple small patches
This commit is contained in:
Justin M. Keyes
2015-01-13 09:38:19 -05:00
5 changed files with 19 additions and 2 deletions

View File

@@ -371,7 +371,10 @@ newwindow:
postponed_split = Prenum;
else
postponed_split = -1;
g_do_tagpreview = 0;
if (nchar != '}') {
g_do_tagpreview = 0;
}
// Execute the command right here, required when
// "wincmd ]" was used in a function.