diff options
author | James McCoy <jamessan@jamessan.com> | 2017-02-01 15:30:51 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-02-01 18:34:58 -0500 |
commit | a5b875fe8677addfef2f295872eefcf217285da3 (patch) | |
tree | c8eea48d73ab8f21e910c7441bd772c389403450 /runtime/doc/indent.txt | |
parent | 4e47568f89c4b937077d017baddd79de012694d8 (diff) | |
download | rneovim-a5b875fe8677addfef2f295872eefcf217285da3.tar.gz rneovim-a5b875fe8677addfef2f295872eefcf217285da3.tar.bz2 rneovim-a5b875fe8677addfef2f295872eefcf217285da3.zip |
vim-patch:e18dbe8
Updated runtime files.
https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
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 |