File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9494
9595" Returns the content of the buffer.
9696"
97+ " Arguments:
9798" - the line number to start (read from the beginning if not set);
9899" - the line number to end (read until the end if not set).
99100fun ! s: buffer_read (... ) dict abort
120121
121122" Returns the buffer content with or without indentation.
122123"
123- " The arguments are :
124+ " Arguments :
124125" - the indentation level (dedent buffer when value is negative and indent otherwise)
125126" - the line number to start (read from the beginning if not set)
126127" - the line number to end (process until the end if not set)
162163
163164" Returns the filetype of the found region.
164165"
166+ " Arguments:
165167" - the fancy object (can be used to read and extract data from
166168" original buffer).
167169fun ! s: matcher_filetype (... ) dict abort
You can’t perform that action at this time.
0 commit comments