Ignore:
Timestamp:
Jun 23, 2014, 9:45:51 PM (11 years ago)
Author:
dmik
Message:

git: Merge version 2.0.0 from vendor to dmik branch.

Location:
git/branches/dmik
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • git/branches/dmik

  • TabularUnified git/branches/dmik/git-gui/lib/spellcheck.tcl

    r347 r782  
    1515
    1616field s_i           {} ; # timer registration for _run callbacks
    17 field s_clear        0 ; # did we erase mispelled tags yet?
     17field s_clear        0 ; # did we erase misspelled tags yet?
    1818field s_seen    [list] ; # lines last seen from $w_text in _run
    1919field s_checked [list] ; # lines already checked
     
    260260                 && ![regexp {^\W$} [$w_text get $cur_pos insert]]} {
    261261
    262                         # If the current word is mispelled remove the tag
     262                        # If the current word is misspelled remove the tag
    263263                        # but force a spellcheck later.
    264264                        #
Note: See TracChangeset for help on using the changeset viewer.