diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-08-15 13:53:26 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-08-15 13:53:26 -0400 |
commit | 19207762fd6dccd83b89c96bb1163b0d0440defb (patch) | |
tree | e3722355f655da4bba0db2a0a7fef04b6d204cd1 /src/nvim/buffer.c | |
parent | 933602b1882c6596f06125fc621825c357409899 (diff) | |
parent | 9c8da794e114c3cd5cafe1edac9a8711506a7ba5 (diff) | |
download | rneovim-19207762fd6dccd83b89c96bb1163b0d0440defb.tar.gz rneovim-19207762fd6dccd83b89c96bb1163b0d0440defb.tar.bz2 rneovim-19207762fd6dccd83b89c96bb1163b0d0440defb.zip |
Merge pull request #1068 from atwupack/vp-7.4.201
vim-patch:7.4.201
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r-- | src/nvim/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index ee2b1ecf1d..8bcb5934dc 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -1517,6 +1517,7 @@ void free_buf_options(buf_T *buf, int free_p_ff) clear_string_option(&buf->b_p_qe); buf->b_p_ar = -1; buf->b_p_ul = NO_LOCAL_UNDOLEVEL; + clear_string_option(&buf->b_p_lw); } /* |