comparison src/globals.h @ 29136:ff98d9c228d4 v8.2.5088

patch 8.2.5088: value of cmod_verbose is a bit complicated to use Commit: https://github.com/vim/vim/commit/cd7496382efc9e6748326c6cda7f01003fa07063 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Jun 14 13:30:35 2022 +0100 patch 8.2.5088: value of cmod_verbose is a bit complicated to use Problem: Value of cmod_verbose is a bit complicated to use. Solution: Use zero for not set, value + 1 when set. (closes https://github.com/vim/vim/issues/10564)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 14:45:06 +0200
parents a2710736125a
children 48b36959a4fc
comparison
equal deleted inserted replaced
29135:9b6a0ff3d5e5 29136:ff98d9c228d4
1289 # endif 1289 # endif
1290 ; 1290 ;
1291 1291
1292 EXTERN int postponed_split INIT(= 0); // for CTRL-W CTRL-] command 1292 EXTERN int postponed_split INIT(= 0); // for CTRL-W CTRL-] command
1293 EXTERN int postponed_split_flags INIT(= 0); // args for win_split() 1293 EXTERN int postponed_split_flags INIT(= 0); // args for win_split()
1294 EXTERN int postponed_split_tab INIT(= 0); // cmdmod.tab 1294 EXTERN int postponed_split_tab INIT(= 0); // cmdmod.cmod_tab
1295 #ifdef FEAT_QUICKFIX 1295 #ifdef FEAT_QUICKFIX
1296 EXTERN int g_do_tagpreview INIT(= 0); // for tag preview commands: 1296 EXTERN int g_do_tagpreview INIT(= 0); // for tag preview commands:
1297 // height of preview window 1297 // height of preview window
1298 #endif 1298 #endif
1299 EXTERN int g_tag_at_cursor INIT(= FALSE); // whether the tag command comes 1299 EXTERN int g_tag_at_cursor INIT(= FALSE); // whether the tag command comes