From d32b92e2651abcb541f7cedceb2488bc411ea1ca Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 16 Jun 2019 19:49:23 +0200 Subject: vim-patch:8.0.1845: various comment updates needed, missing white space (#10203) Problem: Various comment updates needed, missing white space. Solution: Update comments, add white space. https://github.com/vim/vim/commit/259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29 Ignored (partly) applied patch for src/nvim/po/it.po. --- runtime/indent/php.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/indent/php.vim') diff --git a/runtime/indent/php.vim b/runtime/indent/php.vim index b0430dea8d..5dee6c9f47 100644 --- a/runtime/indent/php.vim +++ b/runtime/indent/php.vim @@ -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. " -- cgit