mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.3525: option variable name does not match option name
Problem: Option variable name does not match option name. (Christ van Willigen) Solution: Rename the variable.
This commit is contained in:
@@ -271,7 +271,7 @@ check_buf_options(buf_T *buf)
|
||||
#ifdef FEAT_COMPL_FUNC
|
||||
check_string_option(&buf->b_p_cfu);
|
||||
check_string_option(&buf->b_p_ofu);
|
||||
check_string_option(&buf->b_p_thsfu);
|
||||
check_string_option(&buf->b_p_tsrfu);
|
||||
#endif
|
||||
#ifdef FEAT_EVAL
|
||||
check_string_option(&buf->b_p_tfu);
|
||||
|
Reference in New Issue
Block a user