Skip to content
Snippets Groups Projects
  1. Dec 08, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.365 · f0b6b0cc
      Bram Moolenaar authored
      Problem:    Crash when using a large Unicode character in a file that has
                  syntax highlighting. (ngollan)
      Solution:   Check for going past the end of the utf tables. (Dominique Pelle)
      v7.3.365
      f0b6b0cc
  2. Dec 01, 2011
  3. Nov 30, 2011
  4. Oct 26, 2011
  5. Oct 20, 2011
  6. 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
  7. 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
  8. Oct 03, 2011
  9. Sep 30, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.329 · 25091291
      Bram Moolenaar authored
      Problem:    When skipping over code from ":for" to ":endfor" get an error for
                  calling a dict function. (Yasuhiro Matsumoto)
      Solution:   Ignore errors when skipping over :call command.
      v7.3.329
      25091291
    • Bram Moolenaar's avatar
      updated for version 7.3.328 · 73dc59aa
      Bram Moolenaar authored
      Problem:    When command line wraps the cursor may be displayed wrong when
                  there are multi-byte characters.
      Solution:   Position the cursor before drawing the text. (Yasuhiro Matsumoto)
      v7.3.328
      73dc59aa
Loading