Skip to content
Snippets Groups Projects
  1. Sep 02, 2011
    • 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
  2. 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
  3. Aug 27, 2011
  4. 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
  5. Aug 19, 2011
  6. 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
    • Bram Moolenaar's avatar
      updated for version 7.3.282 · 1db1f77d
      Bram Moolenaar authored
      Problem:    When using input() and :echo in a loop the displayed text is
                  incorrect. (Benjamin Fritz)
      Solution:   Only restore the cursor position when there is a command line.
                  (Ben Schmidt)
      v7.3.282
      1db1f77d
    • Bram Moolenaar's avatar
      updated for version 7.3.281 · dc93555c
      Bram Moolenaar authored
      Problem:    After using "expand('%:8')" the buffer name is changed.
      Solution:   Make a copy of the file name before shortening it.
      v7.3.281
      dc93555c
  7. Aug 10, 2011
  8. Aug 04, 2011
  9. Jul 27, 2011
  10. Jul 20, 2011
  11. Jul 18, 2011
  12. Jul 15, 2011
Loading