Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Fix whacky soft-wrap issues #1492

Merged
merged 7 commits into from Feb 14, 2014
Merged

Fix whacky soft-wrap issues #1492

merged 7 commits into from Feb 14, 2014

Commits on Jan 30, 2014

  1. Fix lurking soft-wrap bugs

    This commit adds two important things:
    
    1. An editor spec that randomly mutates a buffer and toggles soft wrap
    on and off, then compares the screen lines to a simple reference
    implementation to ensure everything stays in a correct state.
    
    2. A new and radically simpler implementation of RowMap that eliminates
    failures in the randomized test.
    Nathan Sobo committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    c3f995b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2014

  1. Kill stray console.log

    Nathan Sobo committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    7061ea5 View commit details
    Browse the repository at this point in the history
  2. 💄 spelling

    Nathan Sobo committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    f958322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e43b9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into ns-fix-softwrap

    Nathan Sobo committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    12ec3f6 View commit details
    Browse the repository at this point in the history
  5. 💄

    Nathan Sobo committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    5017f14 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2014

  1. Merge branch 'master' into ns-fix-softwrap

    Conflicts:
    	src/row-map.coffee
    Nathan Sobo committed Feb 14, 2014
    Configuration menu
    Copy the full SHA
    d64fefd View commit details
    Browse the repository at this point in the history