comparison src/buffer.c @ 25984:c8fcea636252 v8.2.3525

patch 8.2.3525: option variable name does not match option name Commit: https://github.com/vim/vim/commit/d4c4bfa0078a959ff90ef30288fd31d9d38f23d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 16 21:14:11 2021 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 22:15:04 +0200
parents 416237f1de22
children ebe2b9017481
comparison
equal deleted inserted replaced
25983:e9547957500d 25984:c8fcea636252
2362 #endif 2362 #endif
2363 clear_string_option(&buf->b_p_cpt); 2363 clear_string_option(&buf->b_p_cpt);
2364 #ifdef FEAT_COMPL_FUNC 2364 #ifdef FEAT_COMPL_FUNC
2365 clear_string_option(&buf->b_p_cfu); 2365 clear_string_option(&buf->b_p_cfu);
2366 clear_string_option(&buf->b_p_ofu); 2366 clear_string_option(&buf->b_p_ofu);
2367 clear_string_option(&buf->b_p_thsfu); 2367 clear_string_option(&buf->b_p_tsrfu);
2368 #endif 2368 #endif
2369 #ifdef FEAT_QUICKFIX 2369 #ifdef FEAT_QUICKFIX
2370 clear_string_option(&buf->b_p_gp); 2370 clear_string_option(&buf->b_p_gp);
2371 clear_string_option(&buf->b_p_mp); 2371 clear_string_option(&buf->b_p_mp);
2372 clear_string_option(&buf->b_p_efm); 2372 clear_string_option(&buf->b_p_efm);