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

Skip to content

Conversation

@mattn
Copy link
Member

@mattn mattn commented Sep 16, 2017

This file make recursibly call, and crash.

# vim: fen fdm=marker fdt=foldtextresult(v\:foldstart)
{{{
	Can you see this?
}}}

@codecov-io
Copy link

Codecov Report

Merging #2098 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2098      +/-   ##
==========================================
- Coverage   73.99%   73.96%   -0.03%     
==========================================
  Files          90       90              
  Lines      131749   131754       +5     
  Branches    28946    28947       +1     
==========================================
- Hits        97489    97454      -35     
- Misses      34235    34279      +44     
+ Partials       25       21       -4
Impacted Files Coverage Δ
src/evalfunc.c 82.81% <100%> (+0.01%) ⬆️
src/gui_beval.c 39.87% <0%> (-4.61%) ⬇️
src/version.c 79.29% <0%> (-1.02%) ⬇️
src/if_xcmdsrv.c 83.81% <0%> (-0.54%) ⬇️
src/window.c 81.08% <0%> (-0.5%) ⬇️
src/gui_gtk_x11.c 47.26% <0%> (-0.46%) ⬇️
src/gui.c 46.29% <0%> (-0.06%) ⬇️
src/libvterm/src/screen.c 71.89% <0%> (-0.03%) ⬇️
src/os_unix.c 53.36% <0%> (+0.04%) ⬆️
src/undo.c 81.76% <0%> (+0.06%) ⬆️
... and 1 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 fc2b270...c671a2b. Read the comment docs.

@brammool brammool closed this in 495b7dd Sep 16, 2017
adizero pushed a commit to adizero/vim that referenced this pull request May 19, 2018
Problem:    Crash when using foldtextresult() recursively.
Solution:   Avoid recursive calls. (Yasuhiro Matsumoto, closes vim#2098)
janlazo added a commit to janlazo/neovim that referenced this pull request Sep 9, 2018
Problem:    Crash when using foldtextresult() recursively.
Solution:   Avoid recursive calls. (Yasuhiro Matsumoto, closes vim/vim#2098)
vim/vim@495b7dd
justinmk pushed a commit to neovim/neovim that referenced this pull request Sep 9, 2018
)

Problem:    Crash when using foldtextresult() recursively.
Solution:   Avoid recursive calls. (Yasuhiro Matsumoto, closes vim/vim#2098)
vim/vim@495b7dd
timeyyy pushed a commit to timeyyy/neovim that referenced this pull request Sep 23, 2018
…ovim#8972)

Problem:    Crash when using foldtextresult() recursively.
Solution:   Avoid recursive calls. (Yasuhiro Matsumoto, closes vim/vim#2098)
vim/vim@495b7dd
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