Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Jan 15, 2018

Issue: When opening a file, the highlighting doesn't kick in until the cursor moves

Defect: We're actually not getting the buffer contents until the cursor moves. This could also impact other language integration / support, but it is very visible with the highlighting.

Fix: Hook up BufEnter to request a buffer update.

@bryphe bryphe mentioned this pull request Feb 7, 2018
5 tasks
@codecov
Copy link

codecov bot commented Feb 14, 2018

Codecov Report

Merging #1298 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1298   +/-   ##
=======================================
  Coverage   45.63%   45.63%           
=======================================
  Files         112      112           
  Lines        4111     4111           
  Branches      589      589           
=======================================
  Hits         1876     1876           
  Misses       2105     2105           
  Partials      130      130

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 9f8d4bb...4637b8b. Read the comment docs.

@bryphe bryphe merged commit 44e162d into master Feb 14, 2018
@badosu badosu deleted the bryphe/1256/textmate-on-enter branch February 16, 2018 06:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant