summaryrefslogtreecommitdiffstats
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-08 22:15:18 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-08 22:15:18 +0200
commit088e8e3443520dec91a384081e66445a104810bb (patch)
treeb62aaab6a03cf2af1f9a8dbce453e7deb0155291 /runtime/doc/indent.txt
parenta576f50662a7eb8cb14254ffba15fdd9114b86e1 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r--runtime/doc/indent.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index 6fcf987d86..36c49b8ba1 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -1,4 +1,4 @@
-*indent.txt* For Vim version 8.1. Last change: 2019 Jul 21
+*indent.txt* For Vim version 8.1. Last change: 2019 Aug 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -831,7 +831,7 @@ PHP indenting can be altered in several ways by modifying the values of some
global variables:
*php-comment* *PHP_autoformatcomment*
-To not enable auto-formating of comments by default (if you want to use your
+To not enable auto-formatting of comments by default (if you want to use your
own 'formatoptions'): >
:let g:PHP_autoformatcomment = 0