https://github.com/vim/vim/pull/10991
(5 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@yegappan pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Merging #10991 (be5e92e) into master (5ff595d) will increase coverage by
0.03%.
The diff coverage is85.71%.
@@ Coverage Diff @@ ## master #10991 +/- ## ========================================== + Coverage 82.40% 82.44% +0.03% ========================================== Files 152 152 Lines 177500 177526 +26 Branches 40279 40287 +8 ========================================== + Hits 146272 146357 +85 + Misses 19043 18983 -60 - Partials 12185 12186 +1
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | 82.71% <85.71%> (+<0.01%) |
⬆️ |
| huge-gcc-none | ? |
|
| huge-gcc-testgui | 54.01% <85.18%> (?) |
|
| huge-gcc-unittests | 0.30% <0.00%> (-0.01%) |
⬇️ |
| linux | 82.44% <85.71%> (+0.03%) |
⬆️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/userfunc.c | 89.30% <ø> (ø) |
|
| src/scriptfile.c | 83.67% <85.71%> (+0.38%) |
⬆️ |
| src/main.c | 81.18% <0.00%> (-3.53%) |
⬇️ |
| src/clipboard.c | 71.78% <0.00%> (-1.68%) |
⬇️ |
| src/popupmenu.c | 78.87% <0.00%> (-0.81%) |
⬇️ |
| src/beval.c | 63.30% <0.00%> (-0.72%) |
⬇️ |
| src/if_xcmdsrv.c | 76.88% <0.00%> (-0.71%) |
⬇️ |
| src/ex_cmds2.c | 81.21% <0.00%> (-0.49%) |
⬇️ |
| src/mouse.c | 78.74% <0.00%> (-0.32%) |
⬇️ |
| src/message.c | 80.10% <0.00%> (-0.18%) |
⬇️ |
| ... and 33 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
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.![]()
> * Modify getscriptinfo() to return script-local functions and
> variables when querying for a specific script
How about adding "sid" to the {opts} argument, so that it's easy to
select one specific script. Selecting by name would require using the
whole file name. That might even have forward/backward slash issues.
Then, if we can use "sid", how about only returning functions and
variables when "sid" is used? Since then we have only one script, while
with "name" it may still be a few (e.g. when finding autoload scripts
you would get functions and variables even though you don't need them).
For dict_copy() get_copyID() should be used.
—
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 commented.![]()