Skip to content
Snippets Groups Projects
  1. Sep 02, 2011
    • 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
    • Bram Moolenaar's avatar
      updated for version 7.3.254 · 0acc5618
      Bram Moolenaar authored
      Problem:    The coladd field is not reset when setting the line number for a
                  ":call" command.
      Solution:   Reset it.
      v7.3.254
      0acc5618
    • Bram Moolenaar's avatar
      updated for version 7.3.253 · 35ee452d
      Bram Moolenaar authored
      Problem:    "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'.
                  Checks in mb_strnicmp() for illegal and truncated bytes are
                  wrong.  Should not assume that byte length is equal before case
                  folding.
      Solution:   Add utf_safe_read_char_adv() and utf_strnicmp(). Add a test for
                  this. (Ivan Krasilnikov)
      v7.3.253
      35ee452d
    • Bram Moolenaar's avatar
      updated for version 7.3.252 · 01b2a23b
      Bram Moolenaar authored
      Problem:    Tests fail. (David Northfield)
      Solution:   Add missing update for .ok file.
      v7.3.252
      01b2a23b
Loading