You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Define an empty "Foo" function in vimscript (":func Foo()", ":endfunction")
2. Execute ":breakadd func Foo"
3. Execute ":call Foo()"
What is the expected output? What do you see instead?
The interpreter should break inside the empty function, on the "endfunction"
line or something. Instead, ":call Foo()" doesn't trigger the breakpoint at
all, but it breaks later when some other vimscript executes.
What version of the product are you using? On what operating system?
vim 7.4.622 on Ubuntu Linux 14.04
Original issue reported on code.google.com by [email protected] on 12 Mar 2015 at 6:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Mar 2015 at 6:04The text was updated successfully, but these errors were encountered: