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

Skip to content

Conversation

@mattn
Copy link
Member

@mattn mattn commented Sep 22, 2017

close #1918

@mattn mattn force-pushed the fix-syntax-timeout branch from dc7e89c to 09a7e88 Compare September 22, 2017 09:39
@codecov-io
Copy link

Codecov Report

Merging #2139 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2139      +/-   ##
==========================================
- Coverage   73.94%   73.94%   -0.01%     
==========================================
  Files          90       90              
  Lines      131873   131877       +4     
  Branches    28960    28960              
==========================================
+ Hits        97511    97513       +2     
+ Misses      34343    34341       -2     
- Partials       19       23       +4
Impacted Files Coverage Δ
src/syntax.c 77.35% <100%> (ø) ⬆️
src/gui.c 46.34% <0%> (-0.62%) ⬇️
src/if_py_both.h 76.09% <0%> (-0.15%) ⬇️
src/channel.c 82.58% <0%> (-0.09%) ⬇️
src/window.c 81.09% <0%> (-0.04%) ⬇️
src/libvterm/src/screen.c 71.35% <0%> (+0.02%) ⬆️
src/os_unix.c 53.36% <0%> (+0.04%) ⬆️
src/gui_gtk_x11.c 47.71% <0%> (+0.45%) ⬆️
src/version.c 80.3% <0%> (+3.53%) ⬆️

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 8b21de3...09a7e88. Read the comment docs.

@brammool brammool closed this in f3d769a Sep 22, 2017
adizero pushed a commit to adizero/vim that referenced this pull request May 19, 2018
Problem:    Syntax timeout not used correctly.
Solution:   Do not pass the timeout to syntax_start() but set it explicitly.
            (Yasuhiro Matsumoto, closes vim#2139)
janlazo added a commit to janlazo/neovim that referenced this pull request Apr 16, 2019
Problem:    Syntax timeout not used correctly.
Solution:   Do not pass the timeout to syntax_start() but set it explicitly.
            (Yasuhiro Matsumoto, closes vim/vim#2139)
vim/vim@f3d769a
janlazo added a commit to janlazo/neovim that referenced this pull request Apr 17, 2019
Problem:    Syntax timeout not used correctly.
Solution:   Do not pass the timeout to syntax_start() but set it explicitly.
            (Yasuhiro Matsumoto, closes vim/vim#2139)
vim/vim@f3d769a
janlazo added a commit to janlazo/neovim that referenced this pull request Apr 23, 2019
Problem:    Syntax timeout not used correctly.
Solution:   Do not pass the timeout to syntax_start() but set it explicitly.
            (Yasuhiro Matsumoto, closes vim/vim#2139)
vim/vim@f3d769a
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.

Syntax highlighting failure in GVim on Windows

2 participants