Skip to content

Commit ce388aa

Browse files
committed
Update prototype comments
1 parent eaa7549 commit ce388aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

autoload/fancy.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ endf
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).
99100
fun! s:buffer_read(...) dict abort
@@ -120,7 +121,7 @@ endf
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)
@@ -162,6 +163,7 @@ endf
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).
167169
fun! s:matcher_filetype(...) dict abort

0 commit comments

Comments
 (0)