Skip to content

Change s:isnamec to only include colon with scope - #81

Open
blueyed wants to merge 15 commits into
vim-jp:masterfrom
blueyed:fix-colon-in-identifier
Open

Change s:isnamec to only include colon with scope#81
blueyed wants to merge 15 commits into
vim-jp:masterfrom
blueyed:fix-colon-in-identifier

Conversation

@blueyed

Copy link
Copy Markdown
Contributor

Fixes#79.

(let = a 1)
(let = b (- 1))
(echo (slice s a b))
(echo (slice s a b))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

function!s:do_test(b)
letv= [1,2,3]
echov[a:b]
endfunctioncalls:do_test(1)

This should be 2.

@tyrutyru added the bug label Mar 6, 2020
@whonore

Copy link
Copy Markdown

Are there plans to fix and merge this or is it abandoned? It would be great to get a fix for #79.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Colon included in identifier name (e.g. foo[bar:])

4 participants

@blueyed@whonore@mattn@tyru