Skip to content

Commit

Permalink
fix: text found after endfunction
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bruhtus authored and cxw42 committed Sep 23, 2023
1 parent aefcf3d commit 0d54ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/editorconfig_core/ini.vim
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function! s:parse(config_filename, target_filename, lines)
endif

return {'root': l:is_root, 'options': l:options}
endfunction!
endfunction

" }}}1
" === Helpers =========================================================== {{{1
Expand Down

0 comments on commit 0d54ea8

Please sign in to comment.