mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
Merge pull request #29278 from bfredl/strcat
refactor(memory): use builtin strcat() instead of STRCAT()
This commit is contained in:
@@ -11451,7 +11451,7 @@ static void nfa_set_code(int c)
|
||||
}
|
||||
|
||||
if (addnl == true) {
|
||||
STRCAT(code, " + NEWLINE ");
|
||||
strcat(code, " + NEWLINE ");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user