comparison src/proto/getchar.pro @ 20237:918245588b50 v8.2.0674

patch 8.2.0674: some source files are too big Commit: https://github.com/vim/vim/commit/11abd095210fc84e5dcee87b9baed86061caefe4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:26:37 2020 +0200 patch 8.2.0674: some source files are too big Problem: Some source files are too big. Solution: Move text formatting functions to a new file. (Yegappan Lakshmanan, closes #6021)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:30:04 +0200
parents dcec86d796bc
children 5995db0fe84a
comparison
equal deleted inserted replaced
20236:366b1c4f8c49 20237:918245588b50
17 void stuffRedoReadbuff(char_u *s); 17 void stuffRedoReadbuff(char_u *s);
18 void stuffReadbuffLen(char_u *s, long len); 18 void stuffReadbuffLen(char_u *s, long len);
19 void stuffReadbuffSpec(char_u *s); 19 void stuffReadbuffSpec(char_u *s);
20 void stuffcharReadbuff(int c); 20 void stuffcharReadbuff(int c);
21 void stuffnumReadbuff(long n); 21 void stuffnumReadbuff(long n);
22 void stuffescaped(char_u *arg, int literally);
22 int start_redo(long count, int old_redo); 23 int start_redo(long count, int old_redo);
23 int start_redo_ins(void); 24 int start_redo_ins(void);
24 void stop_redo_ins(void); 25 void stop_redo_ins(void);
25 int noremap_keys(void); 26 int noremap_keys(void);
26 int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent); 27 int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent);