comparison src/proto.h @ 14237:487d7bda80ea v8.1.0135

patch 8.1.0135: undo message delays screen update for CTRL-O u commit https://github.com/vim/vim/commit/e0429681aed5448d1c3b8399d152a2b1a05ea6d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 1 16:44:03 2018 +0200 patch 8.1.0135: undo message delays screen update for CTRL-O u Problem: Undo message delays screen update for CTRL-O u. Solution: Add smsg_attr_keep(). (closes https://github.com/vim/vim/issues/3125)
author Christian Brabandt <cb@256bit.org>
date Sun, 01 Jul 2018 16:45:06 +0200
parents ea4f2a8040b4
children 9df130fd5e0d
comparison
equal deleted inserted replaced
14236:7a7664dc9f4c 14237:487d7bda80ea
117 117
118 int 118 int
119 # ifdef __BORLANDC__ 119 # ifdef __BORLANDC__
120 _RTLENTRYF 120 _RTLENTRYF
121 # endif 121 # endif
122 smsg_attr_keep(int, char_u *, ...);
123
124 int
125 # ifdef __BORLANDC__
126 _RTLENTRYF
127 # endif
122 vim_snprintf_add(char *, size_t, char *, ...) 128 vim_snprintf_add(char *, size_t, char *, ...)
123 #ifdef USE_PRINTF_FORMAT_ATTRIBUTE 129 #ifdef USE_PRINTF_FORMAT_ATTRIBUTE
124 __attribute__((format(printf, 3, 4))) 130 __attribute__((format(printf, 3, 4)))
125 #endif 131 #endif
126 ; 132 ;