Skip to content
Snippets Groups Projects
  1. Sep 05, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.654 · 231e1a17
      Bram Moolenaar authored
      Problem:    When creating a Vim dictionary from Python objects an empty key
                  might be used.
      Solution:   Do not use empty keys, throw an IndexError. (ZyX)
      v7.3.654
      231e1a17
    • Bram Moolenaar's avatar
      updated for version 7.3.653 · e2db4361
      Bram Moolenaar authored
      Problem:    MingW needs build rule for included XPM files.  Object directory
                  for 32 and 64 builds is the same, also for MSVC.
      Solution:   Add MingW build rule to use included XPM files.  Add the CPU or
                  architecture to the object directory name. (Sergey Khorev)
      v7.3.653
      e2db4361
    • Bram Moolenaar's avatar
      updated for version 7.3.652 · ac0ddc15
      Bram Moolenaar authored
      Problem:    Workaround for Python crash isn't perfect.
      Solution:   Change the type of the length argument. (Sean Estabrooks)
      v7.3.652
      ac0ddc15
    • Bram Moolenaar's avatar
      updated for version 7.3.651 · 7c0a86b1
      Bram Moolenaar authored
      Problem:    Completion after ":help \{-" gives an error message.
      Solution:   Prepend a backslash.
      v7.3.651
      7c0a86b1
    • Bram Moolenaar's avatar
      updated for version 7.3.650 · b4a80cdd
      Bram Moolenaar authored
      Problem:    Completion after ":help \{-" gives an error message and messes up
                  the command line.
      Solution:   Cancel the tag search if the pattern can't be compiled. (Yasuhiro
                  Matsumoto)
      v7.3.650
      b4a80cdd
    • Bram Moolenaar's avatar
      updated for version 7.3.649 · 7c82130a
      Bram Moolenaar authored
      Problem:    When 'clipboard' is set to "unnamed" small deletes end up in the
                  numbered registers. (Ingo Karkat)
      Solution:   Use the original register name to decide whether to put a delete
                  in a numbered register. (Christian Brabandt)
      v7.3.649
      7c82130a
    • Bram Moolenaar's avatar
      updated for version 7.3.648 · 2c66669c
      Bram Moolenaar authored
      Problem:    Crash when using a very long file name. (ZyX)
      Solution:   Properly check length of buffer space.
      v7.3.648
      2c66669c
    • Bram Moolenaar's avatar
      updated for version 7.3.647 · 57c0ea86
      Bram Moolenaar authored
      Problem:    "gnd" doesn't work correctly in Visual mode.
      Solution:   Handle Visual mode differently in "gn". (Christian Brabandt)
      v7.3.647
      57c0ea86
  2. Aug 29, 2012
  3. Aug 23, 2012
  4. Aug 15, 2012
  5. Aug 08, 2012
  6. Aug 02, 2012
  7. Jul 29, 2012
  8. Jul 27, 2012
Loading