Skip to content

Conversation

yegappan
Copy link
Member

@yegappan yegappan commented Oct 9, 2021

Fixes #8950.

@codecov
Copy link

codecov bot commented Oct 9, 2021

Codecov Report

Merging #8987 (383414a) into master (7b5f45b) will decrease coverage by 0.00%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8987      +/-   ##
==========================================
- Coverage   90.07%   90.06%   -0.01%     
==========================================
  Files         151      151              
  Lines      168336   168359      +23     
==========================================
+ Hits       151625   151640      +15     
- Misses      16711    16719       +8     
Flag Coverage Δ
huge-clang-none 80.41% <100.00%> (+<0.01%) ⬆️
huge-gcc-none 89.69% <93.33%> (-0.01%) ⬇️
huge-gcc-testgui 88.34% <93.33%> (+<0.01%) ⬆️
huge-gcc-unittests 2.45% <6.66%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/insexpand.c 92.41% <92.00%> (-0.04%) ⬇️
src/buffer.c 92.58% <100.00%> (+<0.01%) ⬆️
src/option.c 94.15% <100.00%> (+<0.01%) ⬆️
src/optionstr.c 95.12% <100.00%> (+<0.01%) ⬆️
src/if_xcmdsrv.c 88.50% <0.00%> (-0.37%) ⬇️
src/channel.c 90.07% <0.00%> (-0.10%) ⬇️
src/search.c 92.26% <0.00%> (-0.10%) ⬇️
src/ex_getln.c 91.46% <0.00%> (-0.05%) ⬇️
src/window.c 92.91% <0.00%> (+0.03%) ⬆️

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 7b5f45b...383414a. Read the comment docs.

@brammool brammool closed this in 160e994 Oct 16, 2021
Shougo pushed a commit to Shougo/neovim that referenced this pull request Nov 15, 2021
Problem:    Cannot define a function for thesaurus completion.
Solution:   Add 'thesaurusfunc'. (Yegappan Lakshmanan, closes vim/vim#8987,
            closes 8950)
vim/vim@160e994
muniter pushed a commit to muniter/neovim that referenced this pull request Nov 20, 2021
Problem:    Cannot define a function for thesaurus completion.
Solution:   Add 'thesaurusfunc'. (Yegappan Lakshmanan, closes vim/vim#8987,
            closes 8950)
vim/vim@160e994
lewis6991 pushed a commit to lewis6991/neovim that referenced this pull request Dec 12, 2021
Problem:    Cannot define a function for thesaurus completion.
Solution:   Add 'thesaurusfunc'. (Yegappan Lakshmanan, closes vim/vim#8987,
            closes 8950)
vim/vim@160e994
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.

Add configuration thesaurusfunc (similar to omnifunc)
1 participant