diff src/proto/screen.pro @ 29672:6b8aaf16af99 v9.0.0176

patch 9.0.0176: checking character options is duplicated and incomplete Commit: https://github.com/vim/vim/commit/8ca29b6a3599b82b8822b7697cad63d0244c2d59 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Aug 9 12:53:14 2022 +0100 patch 9.0.0176: checking character options is duplicated and incomplete Problem: Checking character options is duplicated and incomplete. Solution: Move checking to check_chars_options(). (closes https://github.com/vim/vim/issues/10863)
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Aug 2022 14:00:05 +0200
parents caaf5b270018
children 549994614a5a
line wrap: on
line diff
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -56,4 +56,5 @@ int number_width(win_T *wp);
 int screen_screencol(void);
 int screen_screenrow(void);
 char *set_chars_option(win_T *wp, char_u **varp, int apply);
+char *check_chars_options(void);
 /* vim: set ft=c : */