Skip to content
Snippets Groups Projects
  1. Sep 21, 2011
  2. Sep 14, 2011
  3. Sep 08, 2011
  4. Sep 07, 2011
  5. Sep 05, 2011
  6. Sep 02, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.293 · d3184b57
      Bram Moolenaar authored
      Problem:    MSVC compiler has a problem with non-ASCII characters.
      Solution:   Avoid non-ASCII characters. (Hong Xu)
      v7.3.293
      d3184b57
    • Bram Moolenaar's avatar
      updated for version 7.3.292 · 6c167c64
      Bram Moolenaar authored
      Problem:    Crash when using fold markers and selecting a visual block that
                  includes a folded line and goes to end of line. (Sam Lidder)
      Solution:   Check for the column to be MAXCOL. (James Vega)
      v7.3.292
      6c167c64
    • Bram Moolenaar's avatar
      updated for version 7.3.291 · 6fabcbe2
      Bram Moolenaar authored
      Problem:    Configure doesn't work properly with Python3.
      Solution:   Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland
                  Puntaier)
      v7.3.291
      6fabcbe2
    • Bram Moolenaar's avatar
      updated for version 7.3.290 · 39fc42ef
      Bram Moolenaar authored
      Problem:    When a BufWriteCmd autocommand resets 'modified' this doesn't
                  change older buffer states to be marked as 'modified' like
                  ":write" does.  (Yukihiro Nakadaira)
      Solution:   When the BufWriteCmd resets 'modified' then adjust the undo
                  information like ":write" does.
      v7.3.290
      39fc42ef
  7. Aug 28, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.289 · 03aa6082
      Bram Moolenaar authored
      Problem:    Complete function isn't called when the leader changed.
      Solution:   Call ins_compl_restart() when the leader changed.  (Taro Muraoka)
      v7.3.289
      03aa6082
    • Bram Moolenaar's avatar
      updated for version 7.3.288 · 9dc93ae4
      Bram Moolenaar authored
      Problem:    has('python') may give an error message for not being able to load
                  the library after using python3.
      Solution:   Only give the error when the verbose argument is true.
      v7.3.288
      9dc93ae4
  8. Aug 27, 2011
  9. Aug 26, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.286 · c9927c13
      Bram Moolenaar authored
      Problem:    Crash when using "zd" on a large number of folds. (Sam King)
      Solution:   Recompute pointer after reallocating array.  Move fewer entries
                  when making room.
      v7.3.286
      c9927c13
  10. Aug 19, 2011
  11. Aug 17, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.284 · b8bf541f
      Bram Moolenaar authored
      Problem:    The str2special() function doesn't handle multi-byte characters
                  properly.
      Solution:   Recognize multi-byte characters. (partly by Vladimir Vichniakov)
      v7.3.284
      b8bf541f
    • Bram Moolenaar's avatar
      updated for version 7.3.283 · f6f4a01a
      Bram Moolenaar authored
      Problem:    An expression mapping with a multi-byte character containing a
                  0x80 byte gets messed up. (ZyX)
      Solution:   Unescape the expression before evaluating it (Yukihiro Nakadaira)
      v7.3.283
      f6f4a01a
Loading