https://github.com/vim/vim/pull/10962
(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 #10962 (807075b) into master (adce965) will increase coverage by
0.00%.
The diff coverage is78.57%.
@@ Coverage Diff @@ ## master #10962 +/- ## ======================================= Coverage 82.69% 82.69% ======================================= Files 148 148 Lines 173807 173849 +42 Branches 39274 39286 +12 ======================================= + Hits 143726 143762 +36 - Misses 17470 17475 +5 - Partials 12611 12612 +1
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | 82.69% <78.57%> (+<0.01%) |
⬆️ |
| linux | 82.69% <78.57%> (+<0.01%) |
⬆️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/userfunc.c | 88.98% <ø> (ø) |
|
| src/scriptfile.c | 82.27% <78.57%> (-0.15%) |
⬇️ |
| src/ui.c | 73.58% <0.00%> (-0.54%) |
⬇️ |
| src/gui_gtk_x11.c | 51.72% <0.00%> (-0.29%) |
⬇️ |
| src/gui.c | 71.29% <0.00%> (-0.15%) |
⬇️ |
| src/os_unix.c | 67.71% <0.00%> (+0.21%) |
⬆️ |
| src/netbeans.c | 71.64% <0.00%> (+0.29%) |
⬆️ |
| src/if_xcmdsrv.c | 76.97% <0.00%> (+0.89%) |
⬆️ |
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.![]()
It is unlikely someone wants to get all variables and functions of all
scripts. This adds a lot of overhead to the return value of
getscriptinfo().
The "version" item seems useful.
The "functions" and "variables" are
better obtained for a function that does this for one script. I do
wonder what the use of it is. What would justify adding this
functionality? Making the script-local items accessible can be used for
hacks, the writer of the script may not want to make it so easy to
access them.
—
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.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()