Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Jan 14, 2018

Fixes #79.

(let = a 1)
(let = b (- 1))
(echo (slice s a b))
(echo (slice s a b))
Copy link
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)
  let v = [1,2,3]
  echo v[a:b]
endfunction

call s:do_test(1)

This should be 2.

@tyru tyru added the bug label Mar 6, 2020
@whonore
Copy link

whonore commented Oct 20, 2020

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 free to 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