Skip to content

Add support for using a funcref value for imactivatefunc and imstatusfunc options#9275

Closed
yegappan wants to merge 2 commits intovim:masterfrom
yegappan:opfunc
Closed

Add support for using a funcref value for imactivatefunc and imstatusfunc options#9275
yegappan wants to merge 2 commits intovim:masterfrom
yegappan:opfunc

Conversation

@yegappan
Copy link
Member

@yegappan yegappan commented Dec 4, 2021

No description provided.

@codecov
Copy link

codecov bot commented Dec 4, 2021

Codecov Report

Merging #9275 (feef12a) into master (cd2f8f0) will decrease coverage by 0.00%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9275      +/-   ##
==========================================
- Coverage   90.19%   90.18%   -0.01%     
==========================================
  Files         151      151              
  Lines      170942   170956      +14     
==========================================
+ Hits       154178   154179       +1     
- Misses      16764    16777      +13     
Flag Coverage Δ
huge-clang-none 90.11% <ø> (-0.01%) ⬇️
huge-gcc-none 89.74% <87.50%> (-0.01%) ⬇️
huge-gcc-testgui 88.30% <87.50%> (-0.01%) ⬇️
huge-gcc-unittests 2.46% <0.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
src/optionstr.c 94.66% <66.66%> (-0.16%) ⬇️
src/alloc.c 89.39% <100.00%> (+0.04%) ⬆️
src/gui_xim.c 25.31% <100.00%> (+1.32%) ⬆️
src/if_xcmdsrv.c 89.08% <0.00%> (-0.71%) ⬇️
src/eval.c 95.82% <0.00%> (-0.18%) ⬇️
src/terminal.c 91.25% <0.00%> (-0.04%) ⬇️
src/window.c 93.00% <0.00%> (-0.04%) ⬇️

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 cd2f8f0...feef12a. Read the comment docs.

@brammool brammool closed this in 7645da5 Dec 4, 2021
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Nov 7, 2022
Problem:    Cannot use a lambda for 'imactivatefunc'.
Solution:   Add lambda support for 'imactivatefunc' and 'imstatusfunc'.
            (Yegappan Lakshmanan, closes vim/vim#9275)

vim/vim@7645da5

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Nov 7, 2022
Problem:    Cannot use a lambda for 'imactivatefunc'.
Solution:   Add lambda support for 'imactivatefunc' and 'imstatusfunc'.
            (Yegappan Lakshmanan, closes vim/vim#9275)

vim/vim@7645da5

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Nov 7, 2022
Problem:    Cannot use a lambda for 'imactivatefunc'.
Solution:   Add lambda support for 'imactivatefunc' and 'imstatusfunc'.
            (Yegappan Lakshmanan, closes vim/vim#9275)

vim/vim@7645da5

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Nov 7, 2022
Problem:    Cannot use a lambda for 'imactivatefunc'.
Solution:   Add lambda support for 'imactivatefunc' and 'imstatusfunc'.
            (Yegappan Lakshmanan, closes vim/vim#9275)

vim/vim@7645da5

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Nov 7, 2022
Problem:    Cannot use a lambda for 'imactivatefunc'.
Solution:   Add lambda support for 'imactivatefunc' and 'imstatusfunc'.
            (Yegappan Lakshmanan, closes vim/vim#9275)

vim/vim@7645da5

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Nov 7, 2022
Problem:    Cannot use a lambda for 'imactivatefunc'.
Solution:   Add lambda support for 'imactivatefunc' and 'imstatusfunc'.
            (Yegappan Lakshmanan, closes vim/vim#9275)

vim/vim@7645da5

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
yesean pushed a commit to yesean/neovim that referenced this pull request Mar 25, 2023
Problem:    Cannot use a lambda for 'imactivatefunc'.
Solution:   Add lambda support for 'imactivatefunc' and 'imstatusfunc'.
            (Yegappan Lakshmanan, closes vim/vim#9275)

vim/vim@7645da5

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
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.

1 participant