forked from aniani/vim
patch 9.0.1314: :messages behavior depends on 'fileformat' of current buffer
Problem: :messages behavior depends on 'fileformat' of current buffer.
Solution: Pass the buffer pointer to where it is used. (Mirko Ceroni,
closes #11995)
This commit is contained in:
@@ -7,6 +7,7 @@ char_u *str_foldcase(char_u *str, int orglen, char_u *buf, int buflen);
|
||||
char_u *transchar(int c);
|
||||
char_u *transchar_buf(buf_T *buf, int c);
|
||||
char_u *transchar_byte(int c);
|
||||
char_u *transchar_byte_buf(buf_T *buf, int c);
|
||||
void transchar_nonprint(buf_T *buf, char_u *charbuf, int c);
|
||||
void transchar_hex(char_u *buf, int c);
|
||||
int byte2cells(int b);
|
||||
|
||||
Reference in New Issue
Block a user