]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0472: Inconsistencies between functions for option flags v9.1.0472
authorzeertzjq <zeertzjq@outlook.com>
Sun, 9 Jun 2024 16:24:05 +0000 (18:24 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 9 Jun 2024 16:24:05 +0000 (18:24 +0200)
commitaa925eeb97bd294d4a5253a3194949a37cbc8365
tree2fdbf5c016df3dd441872faa38a95060e43845aa
parent2d1d5c6c27b0abe7494cb07dd56a47d61ae95169
patch 9.1.0472: Inconsistencies between functions for option flags

Problem:  Inconsistencies between functions for option flags.
Solution: Consistently use "unsigned int" as return type and rename
          get_bkc_value() to get_bkc_flags() (zeertzjq).

closes: #14925

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/bufwrite.c
src/insexpand.c
src/option.c
src/proto/insexpand.pro
src/proto/option.pro
src/version.c