Skip to content

Conversation

@TomasKorbar
Copy link

resolves #3843
resolves #3842
Please see issues and commit messages for more info.

fix regular expression for getting values of variables defined by
global or define keywords

fix typo in return of unresolved variable

fix check for nonfound value
if match was not found by search function then 0 is
returned (see :help search for further info)
variables which definition has not been found are now not added
to changelog message
@codecov-io
Copy link

Codecov Report

Merging #3844 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3844      +/-   ##
==========================================
+ Coverage   78.64%   78.64%   +<.01%     
==========================================
  Files         103      103              
  Lines      141890   141890              
==========================================
+ Hits       111585   111588       +3     
+ Misses      30305    30302       -3
Impacted Files Coverage Δ
src/gui.c 57.85% <0%> (-0.11%) ⬇️
src/ex_cmds2.c 84.89% <0%> (-0.1%) ⬇️
src/ui.c 48.12% <0%> (-0.08%) ⬇️
src/os_unix.c 59.11% <0%> (-0.05%) ⬇️
src/terminal.c 75.2% <0%> (-0.05%) ⬇️
src/window.c 83.39% <0%> (+0.06%) ⬆️
src/channel.c 83.59% <0%> (+0.07%) ⬆️
src/gui_gtk_x11.c 48.42% <0%> (+0.09%) ⬆️
src/gui_beval.c 62.44% <0%> (+0.87%) ⬆️
src/version.c 86.28% <0%> (+0.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 555de4e...4a46926. Read the comment docs.

@k-takata
Copy link
Member

Have you contact the maintainer?

@TomasKorbar
Copy link
Author

No. I'm sorry this is my first contribution to vim. I will contact him right away.

@brammool
Copy link
Contributor

brammool commented Apr 4, 2019

Closing, since this is not something to include. If the maintainer does not respond consider taking over maintenance. Then re-open the pull request (or create a new one).

@brammool brammool closed this Apr 4, 2019
@igor-raits
Copy link

LGTM

@brammool
Copy link
Contributor

brammool commented Sep 2, 2020

I'll include it then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specfile filetype plugin should not copy variable names of undefined variables to changelog message Specfile filetype plugin is not working properly

6 participants