CONTRIBUTING: minor rephrasing and formatting.

This commit is contained in:
LCD 47 2016-03-08 07:30:14 +02:00
parent e268023762
commit 60f7b571d4
2 changed files with 9 additions and 9 deletions

View File

@ -38,10 +38,10 @@ too:
## 2. Submitting a patch
Before you consider adding features to syntastic, _please_ spend a few
minutes (re-)reading the latest version of the [manual][1]. Syntastic
is changing rapidly at times, and it's quite possible that some features
you want to add exist already.
Before you consider adding features to syntastic, _please_ spend a few minutes
(re-)reading the latest version of the [manual][1]. Syntastic is changing
rapidly at times, and it's possible that some features you want to add exist
already.
To submit a patch:

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-97'
let g:_SYNTASTIC_VERSION = '3.7.0-98'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1