diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-09 01:12:48 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-09 01:17:02 -0500 |
commit | 31aa060bca0084d19eac382408727c5f3b190af3 (patch) | |
tree | 9cecbe936ea3e98cde967b8b81c538a46d1affb1 /src/nvim/version.c | |
parent | 39e5d9287ee84c1256ea7b17c19058da4626ad8e (diff) | |
download | rneovim-31aa060bca0084d19eac382408727c5f3b190af3.tar.gz rneovim-31aa060bca0084d19eac382408727c5f3b190af3.tar.bz2 rneovim-31aa060bca0084d19eac382408727c5f3b190af3.zip |
vim-patch:7.4.801
Problem: Test for ":diffoff" doesn't catch all potential problems.
Solution: Add a :diffthis and a :diffoff command. (Olaf Dabrunz)
https://github.com/vim/vim/commit/278236000f6449c79041be8d6f4faabb1d295260
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 b28d5706c8..425c71d0b3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -487,7 +487,7 @@ static int included_patches[] = { // 804, 803, 802, - // 801, + 801, // 800, 799, // 798, |