diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-01-04 16:00:50 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-01-04 16:00:50 +0000 |
commit | cabe3edf7a90aac111dd527b3a66fcaf3311e725 (patch) | |
tree | 77c09a5703e8bf7710466a469aebb3c1fc9556f5 /doc | |
parent | Detect ChangeLog* (diff) | |
download | gentoo-syntax-cabe3edf7a90aac111dd527b3a66fcaf3311e725.tar.gz gentoo-syntax-cabe3edf7a90aac111dd527b3a66fcaf3311e725.tar.bz2 gentoo-syntax-cabe3edf7a90aac111dd527b3a66fcaf3311e725.zip |
Deprecate g:ebuild_error_on_trailing_whitespace
g:ebuild_error_on_trailing_whitespace is deprecated and this feature has been
enabled by default. Also it was a duplicate as its functionality was covered by
a other rule anyway.
svn path=/trunk/gentoo-syntax/; revision=83
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gentoo-syntax.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/gentoo-syntax.txt b/doc/gentoo-syntax.txt index 0435a4c..ec213f5 100644 --- a/doc/gentoo-syntax.txt +++ b/doc/gentoo-syntax.txt @@ -100,14 +100,6 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org> * common mistakes (assigning to read-only variables, misspellings, leading non-tab spaces, default WORKDIR assignment) - *g:ebuild_error_on_trailing_whitespace* - Error highlighting for trailing whitespace is available but disabled - by default. To turn it on, add: -> - let g:ebuild_error_on_trailing_whitespace=1 -< - to your |vimrc| file. - *gentoo-glep-syntax* Syntax highlighting for GLEP files is based upon the vim-provided rst |