Skip to content
Snippets Groups Projects
  1. Oct 20, 2011
  2. Oct 12, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.338 · b3479bd2
      Bram Moolenaar authored
      Problem:    Using getchar() in an expression mapping doesn't work well.
      Solution:   Don't save and restore the typeahead. (James Vega)
      v7.3.338
      b3479bd2
    • Bram Moolenaar's avatar
      updated for version 7.3.337 · 2e7b1df8
      Bram Moolenaar authored
      Problem:    Screen doesn't update after resizing the xterm until a character
                  is typed.
      Solution:   When the select call is interrupted check do_resize. (Taylor
                  Hedberg)
      v7.3.337
      2e7b1df8
    • Bram Moolenaar's avatar
      updated for version 7.3.336 · e06461a8
      Bram Moolenaar authored
      Problem:    When a tags file specifies an encoding different from 'enc' it
                  may hang and using a pattern doesn't work.
      Solution:   Convert the whole line.  Continue reading the header after the
                  SORT tag.  Add test83. (Yukihiro Nakadaira)
      v7.3.336
      e06461a8
    • Bram Moolenaar's avatar
      updated for version 7.3.335 · 725a9621
      Bram Moolenaar authored
      Problem:    When 'imdisable' is reset from an autocommand in Insert mode it
                  doesn't take effect.
      Solution:   Call im_set_active() in Insert mode. (Taro Muraoka)
      v7.3.335
      725a9621
    • Bram Moolenaar's avatar
      updated for version 7.3.334 · 08c51aab
      Bram Moolenaar authored
      Problem:    Latest MingW about XSUBPP referencing itself. (Gongqian Li)
      Solution:   Rename the first use to XSUBPPTRY.
      v7.3.334
      08c51aab
  3. Oct 04, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.333 · ca0c9fcd
      Bram Moolenaar authored
      Problem:    Using "." to repeat a Visual delete counts the size in bytes, not
                  characters.  (Connor Lane Smith)
      Solution:   Store the virtual column numbers instead of byte positions.
      v7.3.333
      ca0c9fcd
    • Bram Moolenaar's avatar
      updated for version 7.3.332 · e79d1535
      Bram Moolenaar authored
      Problem:    Indent after "public:" is not increased in C++ code. (Lech Lorens)
      Solution:   Check for namespace after the regular checks. (partly by Martin
                  Gieseking)
      v7.3.332
      e79d1535
    • Bram Moolenaar's avatar
      updated for version 7.3.331 · aa0e8047
      Bram Moolenaar authored
      Problem:    "vit" selects wrong text when a tag name starts with the same text
                  as an outer tag name. (Ben Fritz)
      Solution:   Add "\>" to the pattern to check for word boundary.
      v7.3.331
      aa0e8047
    • Bram Moolenaar's avatar
      updated for version 7.3.330 · 7701c24e
      Bram Moolenaar authored
      Problem:    When longjmp() is invoked if the X server gives an error the state
                  is not properly restored.
      Solution:   Reset vgetc_busy. (Yukihiro Nakadaira)
      v7.3.330
      7701c24e
  4. Oct 03, 2011
  5. Sep 30, 2011
  6. Sep 21, 2011
  7. Sep 14, 2011
Loading