e.g colo foo | echo 'bar'
https://github.com/vim/vim/pull/17983
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
@chrisbra commented on this pull request.
In runtime/autoload/vimgoto.vim:
> @@ -39,7 +39,7 @@ enddef
#}}}1
# Core {{{1
def HandlePackaddLine(editcmd: string, curline: string) #{{{2
- var pat: string = '^\s*\%(:\s*\)\=packadd!\=\s\+\zs\S\+$'
+ var pat: string = '\s*\%(:\s*\)\=packadd!\=\s\+\zs\S\+\ze'
⬇️ Suggested change
- var pat: string = '\s*\%(:\s*\)\=packadd!\=\s\+\zs\S\+\ze' + var pat: string = '\s*\%(:\s*\)\=packadd!\=\s\+\zs\S\+\>\ze'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@Shane-XB-Qian pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.
@Shane-XB-Qian commented on this pull request.
In runtime/autoload/vimgoto.vim:
> @@ -39,7 +39,7 @@ enddef
#}}}1
# Core {{{1
def HandlePackaddLine(editcmd: string, curline: string) #{{{2
- var pat: string = '^\s*\%(:\s*\)\=packadd!\=\s\+\zs\S\+$'
+ var pat: string = '\s*\%(:\s*\)\=packadd!\=\s\+\zs\S\+\ze'
ok, thx.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.