diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-11-14 21:23:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 21:23:42 -0500 |
commit | 8f984dc1f29aa6ce41f233b983453bfd795e8238 (patch) | |
tree | 5655fff5088682c535be2ed5ca5d2146f5f05400 /src/nvim/buffer.c | |
parent | 3c74ba4acb87ebf7c5f2090ac9b4644cafec2495 (diff) | |
parent | 2dc0af3a4ff16d311169ce2ecd120dd05778039c (diff) | |
download | rneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.tar.gz rneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.tar.bz2 rneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.zip |
Merge pull request #16047 from mcepl/vim-8.2.3520
vim-patch:8.2.3520: cannot define a function for thesaurus completion
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 41bf38d76b..e9d89c2f91 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -1925,6 +1925,7 @@ void free_buf_options(buf_T *buf, int free_p_ff) clear_string_option(&buf->b_p_cpt); clear_string_option(&buf->b_p_cfu); clear_string_option(&buf->b_p_ofu); + clear_string_option(&buf->b_p_tsrfu); clear_string_option(&buf->b_p_gp); clear_string_option(&buf->b_p_mp); clear_string_option(&buf->b_p_efm); |