comparison runtime/doc/eval.txt @ 15334:9d3d7b0f4861

Update runtime files commit https://github.com/vim/vim/commit/4c05fa08c9739e307ddc88ac91ba6d208f1fd68e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 1 15:32:17 2019 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Jan 2019 15:45:06 +0100
parents 97b40b4c6911
children 18c20ceee4b5
comparison
equal deleted inserted replaced
15333:37502e631202 15334:9d3d7b0f4861
1 *eval.txt* For Vim version 8.1. Last change: 2018 Dec 27 1 *eval.txt* For Vim version 8.1. Last change: 2018 Dec 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6771 of the current buffer. 6771 of the current buffer.
6772 6772
6773 The properties are ordered by starting column and priority. 6773 The properties are ordered by starting column and priority.
6774 Each property is a Dict with these entries: 6774 Each property is a Dict with these entries:
6775 col starting column 6775 col starting column
6776 length length in bytes 6776 length length in bytes, one more if line break is
6777 included
6777 id property ID 6778 id property ID
6778 type name of the property type, omitted if 6779 type name of the property type, omitted if
6779 the type was deleted 6780 the type was deleted
6780 start when TRUE property starts in this line 6781 start when TRUE property starts in this line
6781 end when TRUE property ends in this line 6782 end when TRUE property ends in this line