diff options
author | James McCoy <jamessan@jamessan.com> | 2017-02-01 21:10:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 21:10:33 -0500 |
commit | 05081927744f1942dbe49b17dd58e7c3d5f57916 (patch) | |
tree | 65163934bdd3144bf7b6f234a2e008012f93d20b /runtime/doc/indent.txt | |
parent | 3803314f7808838fc8c627915878631383ee612d (diff) | |
parent | 8c09dbf08216b2f3143929f36eaf5e79806980c3 (diff) | |
download | rneovim-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.txt | 2 |
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 |