aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-07-07 00:21:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-07-07 00:21:38 +1200
commit15b0ed324d50e08ee5c046108387d0de0a057eac (patch)
treef7c127a6fb25b80d2303ebbde714aa86cd476b16
parentRearrange command/function call semantics (diff)
downloaddotfiles-15b0ed324d50e08ee5c046108387d0de0a057eac.tar.gz
dotfiles-15b0ed324d50e08ee5c046108387d0de0a057eac.zip
Remove multibyte character from autoload file
-rw-r--r--vim/autoload/map.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/map.vim b/vim/autoload/map.vim
index 43cdf381..d4bd90a2 100644
--- a/vim/autoload/map.vim
+++ b/vim/autoload/map.vim
@@ -1,5 +1,5 @@
" We declare a wrapper around map() to allow us always to call it with
-" a Funcref as the second function parameter, which isn’t directly supported
+" a Funcref as the second function parameter, which isn't directly supported
" by map() until Vim v7.4.1989. If the running version is older than that,
" apply string() to the Funcref to use the older calling convention.
"