Skip to content

Commit 0d54ea8

Browse files
bruhtuscxw42
authored andcommitted
fix: text found after endfunction
The argument after endfunction can only be (from `:h :endfunction`): - | command command to execute next - \n command command to execute next - " comment always ignored - anything else ignored, warning given when 'verbose' is non-zero
1 parent aefcf3d commit 0d54ea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/editorconfig_core/ini.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function! s:parse(config_filename, target_filename, lines)
190190
endif
191191

192192
return {'root': l:is_root, 'options': l:options}
193-
endfunction!
193+
endfunction
194194

195195
" }}}1
196196
" === Helpers =========================================================== {{{1

0 commit comments

Comments
 (0)