mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
refactor(options): use const in more places (#31791)
This commit is contained in:
@@ -1901,7 +1901,7 @@ int makemap(FILE *fd, buf_T *buf)
|
||||
// "what": 0 for :map lhs, 1 for :map rhs, 2 for :set
|
||||
//
|
||||
// return FAIL for failure, OK otherwise
|
||||
int put_escstr(FILE *fd, char *strstart, int what)
|
||||
int put_escstr(FILE *fd, const char *strstart, int what)
|
||||
{
|
||||
uint8_t *str = (uint8_t *)strstart;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user