Behavior of echo :

Open
#38 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
vim
Domain
tooling

Research direction

Start with the :echo : example and inspect autoload/vimlparser.vim around line 3391, where the issue reports the behavior. Determine the intended handling for this input and whether one error should replace the two currently reported errors; the work is complete when the chosen behavior is defined and consistently produced.

Written by the indexing model from the issue text.

Description

:echo :

Vim throw two errors for this statement.

E121: Undefined variable: :
E15: Invalid expression: :

https://github.com/vim-jp/vim-vimlparser/blob/b5f83738ba1baf012b9910487e5e38d577a916a5/autoload/vimlparser.vim#L3391

If modify this part to 1, error E121 is returned. We should design behavior what error should be returned.

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from vim-jp/vim-vimlparser

All issues in vim-jp/vim-vimlparser

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.