google / google/vimdoc

[bug] cannot handle nested brace

Open
#122 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
306
Forks
30
PR merge metrics
No merged PRs in 30d

Description

```vim
""
" 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.

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

```
*foobar:g:foobar*
foobar
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.