diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pgsql.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/pgsql.txt b/doc/pgsql.txt index 7ccd03d0..2d2de6ed 100644 --- a/doc/pgsql.txt +++ b/doc/pgsql.txt @@ -53,6 +53,8 @@ Text enclosed between `$anyword$` pairs, where `anyword` is any non-empty sequence of word characters different from those with a special meaning (such as `$pgsql$`) is treated as a multi-line string. +When |foldmethod| is set to "syntax", SQL commands can be folded. + Finally, the plugin supports syntax highlighting of arbitrary languages within procedure and function blocks. This feature needs to be configured: see |g:pgsql_pl|. |