view src/proto/bufwrite.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 db18625d8134
children
line wrap: on
line source

/* bufwrite.c */
char *new_file_message(void);
int buf_write(buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering);
/* vim: set ft=c : */