aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/dev_vimpatch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/dev_vimpatch.txt')
-rw-r--r--runtime/doc/dev_vimpatch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/dev_vimpatch.txt b/runtime/doc/dev_vimpatch.txt
index 1f48324d46..d6e4ced054 100644
--- a/runtime/doc/dev_vimpatch.txt
+++ b/runtime/doc/dev_vimpatch.txt
@@ -185,7 +185,7 @@ information.
mch_memmove memmove
vim_memset copy_chars copy_spaces memset
vim_strbyte strchr
- vim_strncpy strncpy xstrlcpy
+ vim_strncpy strncpy xstrlcpy/xmemcpyz
vim_strcat strncat xstrlcat
VIM_ISWHITE ascii_iswhite
IS_WHITE_OR_NUL ascii_iswhite_or_nul