comparison src/optiondefs.h @ 31457:bb797331e21b v9.0.1061

patch 9.0.1061: cannot display 'showcmd' somewhere else Commit: https://github.com/vim/vim/commit/ba936f6f4e85cc1408bc3967f9fd7665d948909b Author: Luuk van Baal <luukvbaal@gmail.com> Date: Thu Dec 15 13:15:39 2022 +0000 patch 9.0.1061: cannot display 'showcmd' somewhere else Problem: Cannot display 'showcmd' somewhere else. Solution: Add the 'showcmdloc' option. (Luuk van Baal, closes https://github.com/vim/vim/issues/11684)
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Dec 2022 14:30:05 +0100
parents f8d32833cf31
children 9dc48932db8e
comparison
equal deleted inserted replaced
31456:38d3b3da981b 31457:bb797331e21b
2238 (char_u *)FALSE 2238 (char_u *)FALSE
2239 #else 2239 #else
2240 (char_u *)TRUE 2240 (char_u *)TRUE
2241 #endif 2241 #endif
2242 } SCTX_INIT}, 2242 } SCTX_INIT},
2243 {"showcmdloc", "sloc", P_STRING|P_RSTAT,
2244 (char_u *)&p_sloc, PV_NONE,
2245 {(char_u *)"last", (char_u *)"last"} SCTX_INIT},
2243 {"showfulltag", "sft", P_BOOL|P_VI_DEF, 2246 {"showfulltag", "sft", P_BOOL|P_VI_DEF,
2244 (char_u *)&p_sft, PV_NONE, 2247 (char_u *)&p_sft, PV_NONE,
2245 {(char_u *)FALSE, (char_u *)0L} SCTX_INIT}, 2248 {(char_u *)FALSE, (char_u *)0L} SCTX_INIT},
2246 {"showmatch", "sm", P_BOOL|P_VI_DEF, 2249 {"showmatch", "sm", P_BOOL|P_VI_DEF,
2247 (char_u *)&p_sm, PV_NONE, 2250 (char_u *)&p_sm, PV_NONE,