aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-02-01 21:10:33 -0500
committerGitHub <noreply@github.com>2017-02-01 21:10:33 -0500
commit05081927744f1942dbe49b17dd58e7c3d5f57916 (patch)
tree65163934bdd3144bf7b6f234a2e008012f93d20b /runtime/doc/indent.txt
parent3803314f7808838fc8c627915878631383ee612d (diff)
parent8c09dbf08216b2f3143929f36eaf5e79806980c3 (diff)
downloadrneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.tar.gz
rneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.tar.bz2
rneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.zip
Merge pull request #6045 from jamessan/vim-a02a551
vim-patch:a02a551,802a0d9,e18dbe8,063b9d1
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r--runtime/doc/indent.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index 6e96d9b816..496ccbc703 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -810,7 +810,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