Skip to content

[bug] cannot handle nested brace #122

Description

@Freed-Wu
  ""
  " foobar
  call g:foobar#utils#plugin.Flag('g:foobar',
        \ get(s:foobar, 0, '')
        \ )

It can work:

                                                     *foobar:g:foobar*
foobar
Default: get(s:foobar, 0, '') `

However, the default of nested brace cannot be detected.

  ""
  " foobar
  call g:foobar#utils#plugin.Flag('g:foobar',
        \ get(split(s:foobar), 0, '')
        \ )
                                                     *foobar:g:foobar*
foobar

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions