annotate src/proto/drawline.pro @ 28641:fdb18b1122f7 v8.2.4844

patch 8.2.4844: <C-S-I> is simplified to <S-Tab> Commit: https://github.com/vim/vim/commit/758a8d199988b5b25566b2820db60dc2c9de3e58 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 29 11:06:34 2022 +0100 patch 8.2.4844: <C-S-I> is simplified to <S-Tab> Problem: <C-S-I> is simplified to <S-Tab>. Solution: Do not simplify CTRL if there is also SHIFT. (closes https://github.com/vim/vim/issues/10313)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Apr 2022 12:15:03 +0200
parents 2a806e3c39f6
children bbe62ea78aac
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18124
2a806e3c39f6 patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 /* drawline.c */
2a806e3c39f6 patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, int nochange, int number_only);
2a806e3c39f6 patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 /* vim: set ft=c : */