summaryrefslogtreecommitdiff
path: root/runtime/indent
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-15 22:25:40 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-15 22:25:40 +0200
commit259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29 (patch)
treef9d9685e670a64245a53026900bd26bee9ba643b /runtime/indent
parent78ddc06bdd5c59cffdbb61eed7dcb5dcc4a17f19 (diff)
downloadvim-git-259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29.tar.gz
patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845
Problem: Various comment updates needed, missing white space. Solution: Update comments, add white space.
Diffstat (limited to 'runtime/indent')
-rw-r--r--runtime/indent/php.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/indent/php.vim b/runtime/indent/php.vim
index 35dddaa27..d13a0a103 100644
--- a/runtime/indent/php.vim
+++ b/runtime/indent/php.vim
@@ -3,7 +3,7 @@
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.com/2072/PHP-Indenting-for-VIm
-" Last Change: 2017 Jun 13
+" Last Change: 2018 May 14
" Version: 1.62
"
"
@@ -12,7 +12,7 @@
" A fully commented version of this file is available on github
"
"
-" If you find a bug, please open a ticket on github.org
+" If you find a bug, please open a ticket on github.com
" ( https://github.com/2072/PHP-Indenting-for-VIm/issues ) with an example of
" code that breaks the algorithm.
"