Commands after "endfunction | ..." were ignored
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- vim
- Domain
- tooling
Research direction
Start at autoload/vimlparser.vim around line 1434 and reproduce the issue with vimlparser#test() using the Vim script example. Trace how commands after endfunction | and endif | are parsed. Done means the output includes (echo 2345) and (echo 456) instead of dropping those commands.
Written by the indexing model from the issue text.
Description
endfunction の後の行の解析が捨てられているようです.
function! Hoo() abort
echo 3
endfunction | echo 2345
if 1
echo 4
endif | echo 456
なファイルを対象に vimlparser#test() すると、以下が出力され, (echo 2345) がありません
(function (Hoo)
(echo 3))
(if 1
(echo 4))
(echo 456)
- Dominant language
- Vim Script
- Stars
- 173
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from vim-jp/vim-vimlparser
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
vim-jp/vim-vimlparser#201 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
vim-jp/vim-vimlparser#200 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
vim-jp/vim-vimlparser#198 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
vim-jp/vim-vimlparser#197 · 2 reactions ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
vim-jp/vim-vimlparser#191 ·
All issues in vim-jp/vim-vimlparser
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
use-agent-os/agent-os#3314 ·
-
documentation low-priority templates
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
jesseray718/openroot#87 ·
-
factory-active factory-automatic task-bug-reproduction-cannot-reproduce task-identify-harness-labels-done task-identify-issue-type-done
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
danielmiessler/LifeOS#2218 ·
-
in-progress proposal
Difficulty 1/5 Under an hour Newbie friendliness 88/100
uibcdf/molsyssuite#36 ·