comparison runtime/doc/syntax.txt @ 12254:8d76a56861ec

Update runtime files commit https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 27 16:52:01 2017 +0200 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2017 17:00:05 +0200
parents e1b34958f118
children 2a8890b80923
comparison
equal deleted inserted replaced
12253:c081ba0b6e8d 12254:8d76a56861ec
1 *syntax.txt* For Vim version 8.0. Last change: 2017 Jul 14 1 *syntax.txt* For Vim version 8.0. Last change: 2017 Aug 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2134 2134
2135 For syncing, minlines defaults to 100. If you prefer another value, you can 2135 For syncing, minlines defaults to 100. If you prefer another value, you can
2136 set "msql_minlines" to the value you desire. Example: > 2136 set "msql_minlines" to the value you desire. Example: >
2137 2137
2138 :let msql_minlines = 200 2138 :let msql_minlines = 200
2139
2140
2141 N1QL *n1ql.vim* *ft-n1ql-syntax*
2142
2143 N1QL is a SQL-like declarative language for manipulating JSON documents in
2144 Couchbase Server databases.
2145
2146 Vim syntax highlights N1QL statements, keywords, operators, types, comments,
2147 and special values. Vim ignores syntactical elements specific to SQL or its
2148 many dialects, like COLUMN or CHAR, that don't exist in N1QL.
2139 2149
2140 2150
2141 NCF *ncf.vim* *ft-ncf-syntax* 2151 NCF *ncf.vim* *ft-ncf-syntax*
2142 2152
2143 There is one option for NCF syntax highlighting. 2153 There is one option for NCF syntax highlighting.