diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-10-11 19:29:38 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-11-12 15:37:56 -0500 |
commit | c92e649a1ef9846ec86b09acc8d92f30b1c1d5db (patch) | |
tree | d2d2c5432bab036cdeacd7460c0b4266da44c8a7 /src/nvim/version.c | |
parent | 24ebb018e28187c61900b1616e4f79fec9d70878 (diff) | |
download | rneovim-c92e649a1ef9846ec86b09acc8d92f30b1c1d5db.tar.gz rneovim-c92e649a1ef9846ec86b09acc8d92f30b1c1d5db.tar.bz2 rneovim-c92e649a1ef9846ec86b09acc8d92f30b1c1d5db.zip |
vim-patch:7.4.417
Problem: After splitting a window and setting 'breakindent' the default
minimum with is not respected.
Solution: Call briopt_check() when copying options to a new window.
https://code.google.com/p/vim/source/detail?r=v7-4-417
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 cf0edd8542..248332c42c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -248,7 +248,7 @@ static int included_patches[] = { //420 NA //419, 418, - //417, + 417, 416, 415, 414, |