We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3184509 commit 1b0c2fcCopy full SHA for 1b0c2fc
2 files changed
src/testdir/test_getcwd.in
@@ -9,6 +9,9 @@ STARTTEST
9
:set visualbell
10
:set nocp viminfo+=nviminfo
11
:"
12
+:" On windows a swapfile in Xtopdir prevents it from being cleaned up.
13
+:set noswapfile
14
+:"
15
:function! GetCwdInfo(win, tab)
16
: let tab_changed = 0
17
: let mod = ":t"
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2334,
768
/**/
769
2333,
770
0 commit comments