From 3bb266266935e9bf95f4a776b33800b9303d4607 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Fri, 16 Oct 2015 21:28:12 +0200 Subject: vim-patch:7.4.793 Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt) https://github.com/vim/vim/commit/165bc69d1b7f70ca9d5b657f35d0584ecb7b5183 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 072084de40..961c017bd5 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -128,7 +128,7 @@ static int included_patches[] = { // 796 NA // 795, // 794 NA - // 793, + 793, // 792, // 791, // 790, -- cgit