summaryrefslogtreecommitdiff
path: root/src/proto/option.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-08-24 21:39:49 +0200
committerBram Moolenaar <Bram@vim.org>2014-08-24 21:39:49 +0200
commit285ed7e049dc50c61672fb835752643bd01ed1ca (patch)
tree8bde91ff61712a04fcef9c3766f192206c2cdac2 /src/proto/option.pro
parent95765089755c57d0d73252d4673c9d2deee337ff (diff)
downloadvim-git-285ed7e049dc50c61672fb835752643bd01ed1ca.tar.gz
updated for version 7.4.417v7.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.
Diffstat (limited to 'src/proto/option.pro')
-rw-r--r--src/proto/option.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/option.pro b/src/proto/option.pro
index e426e6cfa..3da74e62d 100644
--- a/src/proto/option.pro
+++ b/src/proto/option.pro
@@ -62,5 +62,4 @@ int check_ff_value __ARGS((char_u *p));
long get_sw_value __ARGS((buf_T *buf));
long get_sts_value __ARGS((void));
void find_mps_values __ARGS((int *initc, int *findc, int *backwards, int switchit));
-int briopt_check __ARGS((void));
/* vim: set ft=c : */