Add paranthesis to function call in documentation

This commit is contained in:
Christian Brabandt 2017-02-26 10:49:52 +01:00
parent 3c6135d75f
commit ac9e4092ef
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ eclim <https://eclim.org>
<
* disable detection of whitespace errors. >
" useful to call for particular file types (e.g., in "ftplugin/*")
silent! call airline#extensions#whitespace#disable
silent! call airline#extensions#whitespace#disable()
<
* customize the type of mixed indent checking to perform. >
" must be all spaces or all tabs before the first non-whitespace character