Commit 0d54ea8
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-zero1 parent aefcf3d commit 0d54ea8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments