We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa7549 commit e8cb5adCopy full SHA for e8cb5ad
autoload/fancy.vim
@@ -94,6 +94,7 @@ endf
94
95
" Returns the content of the buffer.
96
"
97
+" Arguments:
98
" - the line number to start (read from the beginning if not set);
99
" - the line number to end (read until the end if not set).
100
fun! s:buffer_read(...) dict abort
@@ -120,7 +121,7 @@ endf
120
121
122
" Returns the buffer content with or without indentation.
123
-" The arguments are:
124
125
" - the indentation level (dedent buffer when value is negative and indent otherwise)
126
" - the line number to start (read from the beginning if not set)
127
" - the line number to end (process until the end if not set)
0 commit comments