aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/macros.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-10 15:23:44 +0200
committerGitHub <noreply@github.com>2017-04-10 15:23:44 +0200
commitfec53f0bdf5b871c1f6ca818d5a5c52118f5c266 (patch)
treefe6f9dc4ba3788fe6fea8ac599974904861257c3 /src/nvim/macros.h
parentdd7f41e5a04c14255893e8b986e42e4c62902e1b (diff)
parentc1cf03398143f4dc0ac9155988edad349d24deca (diff)
downloadrneovim-fec53f0bdf5b871c1f6ca818d5a5c52118f5c266.tar.gz
rneovim-fec53f0bdf5b871c1f6ca818d5a5c52118f5c266.tar.bz2
rneovim-fec53f0bdf5b871c1f6ca818d5a5c52118f5c266.zip
Merge #6479 from bfredl/tolower
remove vim_tolower/etc functions with broken locale-dependent behavior
Diffstat (limited to 'src/nvim/macros.h')
-rw-r--r--src/nvim/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/macros.h b/src/nvim/macros.h
index a8df6322cf..22fd48de9d 100644
--- a/src/nvim/macros.h
+++ b/src/nvim/macros.h
@@ -62,7 +62,7 @@
* toupper() and tolower() that use the current locale.
* Careful: Only call TOUPPER_LOC() and TOLOWER_LOC() with a character in the
* range 0 - 255. toupper()/tolower() on some systems can't handle others.
- * Note: It is often better to use vim_tolower() and vim_toupper(), because many
+ * Note: It is often better to use mb_tolower() and mb_toupper(), because many
* toupper() and tolower() implementations only work for ASCII.
*/
#define TOUPPER_LOC toupper