summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-10 22:10:56 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-10 22:10:56 +0200
commitd1caa941d876181aae0ebebc6ea954045bf0da24 (patch)
treed1bf3cfdafc0c363b970f95aaa55a3a9c81f12fb /runtime/doc/change.txt
parent7b293c730b07d1586688e622b8d9cbbb4a52379b (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 9e482c82ce..9c52e8d012 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1458,7 +1458,7 @@ text. Put it in your autoload directory, e.g. ~/.vim/autoload/format.vim: >
func! format#Format()
" only reformat on explicit gq command
if mode() != 'n'
- " fall back to Vims internal reformatting
+ " fall back to Vim's internal reformatting
return 1
endif
let lines = getline(v:lnum, v:lnum + v:count - 1)