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

Skip to content

Conversation

@yegappan
Copy link
Member

Support for storing context (any Vim type) information with a quickfix/location list.
The context information is stored using the setqflist/setloclist functions and
retrieved using the getqflist/getloclist functions.

@codecov-io
Copy link

codecov-io commented Apr 21, 2017

Codecov Report

Merging #1012 into master will increase coverage by 0.02%.
The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1012      +/-   ##
==========================================
+ Coverage   74.87%   74.89%   +0.02%     
==========================================
  Files          76       76              
  Lines      124851   124932      +81     
==========================================
+ Hits        93482    93571      +89     
+ Misses      31369    31361       -8
Impacted Files Coverage Δ
src/eval.c 80.62% <100%> (ø) ⬆️
src/quickfix.c 91.49% <95.12%> (+0.1%) ⬆️
src/os_unix.c 58.29% <0%> (-0.4%) ⬇️
src/ex_cmds2.c 79.51% <0%> (-0.11%) ⬇️
src/screen.c 74.25% <0%> (-0.05%) ⬇️
src/gui_gtk_x11.c 47.44% <0%> (+0.05%) ⬆️
src/gui.c 45.56% <0%> (+0.05%) ⬆️
src/term.c 53.43% <0%> (+0.05%) ⬆️
src/window.c 81.32% <0%> (+0.19%) ⬆️
... and 3 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 a21ccb7...826097e. Read the comment docs.

@yegappan yegappan force-pushed the qfcontext branch 3 times, most recently from a379bcc to 9d828cb Compare April 23, 2017 15:39
@brammool brammool closed this in 8f77c5a Apr 30, 2017
desvp pushed a commit to desvp/vim that referenced this pull request May 30, 2017
Problem:    Cannot add a context to locations.
Solution:   Add the "context" entry in location entries. (Yegappan Lakshmanan,
            closes vim#1012)
dpelle pushed a commit to dpelle/vim that referenced this pull request Jul 31, 2017
Problem:    Cannot add a context to locations.
Solution:   Add the "context" entry in location entries. (Yegappan Lakshmanan,
            closes vim#1012)
jamessan added a commit to jamessan/neovim that referenced this pull request Dec 19, 2017
Problem:    Cannot add a context to locations.
Solution:   Add the "context" entry in location entries. (Yegappan Lakshmanan,
            closes vim/vim#1012)

vim/vim@8f77c5a
jamessan added a commit to jamessan/neovim that referenced this pull request Dec 19, 2017
Problem:    Cannot add a context to locations.
Solution:   Add the "context" entry in location entries. (Yegappan Lakshmanan,
            closes vim/vim#1012)

vim/vim@8f77c5a
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