Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yegappan
Copy link
Member

Move some of the viminfo related functions to a new viminfo.c file.

There are a still few viminfo related functions left in other files.
These functions are using quite a few local state variables in the
corresponding file. These can be moved later.

@codecov-io
Copy link

codecov-io commented Jul 16, 2019

Codecov Report

Merging #4686 into master will increase coverage by <.01%.
The diff coverage is 73.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4686      +/-   ##
==========================================
+ Coverage   81.38%   81.38%   +<.01%     
==========================================
  Files         114      115       +1     
  Lines      145243   145243              
==========================================
+ Hits       118205   118213       +8     
+ Misses      27038    27030       -8
Impacted Files Coverage Δ
src/buffer.c 84.77% <ø> (+1.5%) ⬆️
src/ex_docmd.c 80.37% <ø> (ø) ⬆️
src/ex_cmds.c 82.75% <ø> (+0.3%) ⬆️
src/eval.c 86.35% <ø> (+0.01%) ⬆️
src/viminfo.c 73.78% <73.78%> (ø)
src/if_xcmdsrv.c 85.63% <0%> (-0.54%) ⬇️
src/channel.c 83.91% <0%> (-0.08%) ⬇️
src/message.c 76.94% <0%> (-0.05%) ⬇️
src/terminal.c 81.25% <0%> (-0.04%) ⬇️
src/window.c 87.33% <0%> (-0.04%) ⬇️
... and 7 more

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 61343f0...aafc1e9. Read the comment docs.

@brammool brammool closed this in defa067 Jul 21, 2019
manuelschiller pushed a commit to manuelschiller/vim that referenced this pull request Nov 10, 2019
Problem:    Code for viminfo support is spread out.
Solution:   Move to code to viminfo.c. (Yegappan Lakshmanan, closes vim#4686)
janlazo added a commit to janlazo/neovim that referenced this pull request Dec 30, 2020
Problem:    Code for viminfo support is spread out.
Solution:   Move to code to viminfo.c. (Yegappan Lakshmanan, closes vim/vim#4686)
vim/vim@defa067

N/A patches for version.c:

vim-patch:8.1.1230: a lot of code is shared between vim.exe and gvim.exe

Problem:    A lot of code is shared between vim.exe and gvim.exe.
Solution:   Optionally put the shared code in vim.dll. (Ken Takata,
            closes vim/vim#4287)
vim/vim@afde13b

vim-patch:8.2.2247: VMS: various smaller problems

Problem:    VMS: various smaller problems.
Solution:   Fix VMS building and other problems. (Zoltan Arpadffy)
vim/vim@467676d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants