diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-28 10:32:46 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-04-20 08:25:16 +0200 |
commit | 50a7517a6deb7d8eaa02bf718e273b7058066d89 (patch) | |
tree | 961a715fd5803214f5df2d6f8a864fdbdc3aec68 /src/nvim/version.c | |
parent | a7a0bf54e3f339f7bf1f97dee44546cdcd926b1d (diff) | |
download | rneovim-50a7517a6deb7d8eaa02bf718e273b7058066d89.tar.gz rneovim-50a7517a6deb7d8eaa02bf718e273b7058066d89.tar.bz2 rneovim-50a7517a6deb7d8eaa02bf718e273b7058066d89.zip |
vim-patch:7.4.1107
Problem: Vim can create a directory but not delete it.
Solution: Add an argument to delete() to make it possible to delete a
directory, also recursively.
https://github.com/vim/vim/commit/da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
Diffstat (limited to 'src/nvim/version.c')
-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 afd5639d30..2828442611 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -257,7 +257,7 @@ static int included_patches[] = { // 1110, // 1109 NA // 1108, - // 1107, + 1107, // 1106 NA 1105, // 1104 NA |