diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-03-24 12:24:25 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2017-03-27 12:19:14 +0800 |
commit | 9cd7e199048161c5224aca885af8b7945236392d (patch) | |
tree | 74552b2241849c83e926d4bf4cb7bd8bceb71c9e | |
parent | 85ba14af6ad19fa3c4ba1ade3819014254635b2f (diff) | |
download | rneovim-9cd7e199048161c5224aca885af8b7945236392d.tar.gz rneovim-9cd7e199048161c5224aca885af8b7945236392d.tar.bz2 rneovim-9cd7e199048161c5224aca885af8b7945236392d.zip |
vim-patch:7.4.2334
Problem: On MS-Windows test_getcwd leaves Xtopdir behind.
Solution: Set 'noswapfile'. (Michael Soyka)
https://github.com/vim/vim/commit/1b0c2fcf6e85c9b85c24757ba970061e1f3e4e80
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index c18439c279..500e8984c0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -107,7 +107,7 @@ static int included_patches[] = { 2337, 2336, 2335, - // 2334, + 2334, 2333, // 2332 NA 2331, |