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.
259f26ac2d

Ignored (partly) applied patch for src/nvim/po/it.po.
This commit is contained in:
Daniel Hahler
2019-06-16 19:49:23 +02:00
committed by GitHub
parent 491a3210a9
commit d32b92e265
6 changed files with 41 additions and 32 deletions

View File

@@ -261,7 +261,7 @@ syn keyword phpStatement return break continue exit goto yield contained
syn keyword phpKeyword var const contained
" Type
syn keyword phpType bool boolean int integer real double float string array object NULL callable iterable contained
syn keyword phpType void bool boolean int integer real double float string array object NULL callable iterable contained
" Structure
syn keyword phpStructure namespace extends implements instanceof parent self contained