Skip to content
Snippets Groups Projects
  1. Nov 16, 2010
  2. Nov 10, 2010
    • Bram Moolenaar's avatar
      updated for version 7.3.055 · 67b3f99e
      Bram Moolenaar authored
      Problem:    Recursively nested lists and dictionaries cause a near-endless
                  loop when comparing them with a copy. (ZyX)
      Solution:   Limit recursiveness in a way that non-recursive structures can
                  still be nested very deep.
      Files:      src/eval.c, src/testdir/test55.in, src/testdir/test55.ok
      v7.3.055
      67b3f99e
    • Bram Moolenaar's avatar
      updated for version 7.3.054 · a3e7b1f4
      Bram Moolenaar authored
      Problem:    Can define a user command for :Print, but it doesn't work. (Aaron
                  Thoma)
      Solution:   Let user command :Print overrule the builtin command (Christian
                  Brabandt)  Disallow :X and :Next as a user defined command.
      v7.3.054
      a3e7b1f4
    • Bram Moolenaar's avatar
      updated for version 7.3.053 · 2a8caa41
      Bram Moolenaar authored
      Problem:    complete() function doesn't reset complete direction.  Can't use
                  an empty string in the list of matches.
      Solution:   Set compl_direction to FORWARD.  Add "empty" key to allow empty
                  words. (Kikuchan)
      v7.3.053
      2a8caa41
    • Bram Moolenaar's avatar
      updated for version 7.3.052 · 37dd018c
      Bram Moolenaar authored
      Problem:    When 'completefunc' opens a new window all kinds of errors follow.
                  (Xavier Deguillard)
      Solution:   When 'completefunc' goes to another window or buffer and when it
                  deletes text abort completion.  Add a test for 'completefunc'.
      v7.3.052
      37dd018c
    • Bram Moolenaar's avatar
      updated for version 7.3.051 · 27d9eceb
      Bram Moolenaar authored
      Problem:    Crash when /home/mool/bin:/usr/local/sbin:/usr/local/bin:/home/mool/java/jdk/bin:/bin:/sbin:/usr/bin:/usr/games:/usr/sbin:/usr/X11R6/bin:/usr/local/linux-jdk1.3.1/bin:/usr/local/lib/python2.2/Tools/idle is empty.
      Solution:   Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)
      v7.3.051
      27d9eceb
  3. Nov 03, 2010
  4. Oct 27, 2010
  5. Oct 24, 2010
  6. Oct 23, 2010
  7. Oct 22, 2010
  8. Oct 20, 2010
  9. Oct 15, 2010
    • Bram Moolenaar's avatar
      updated for version 7.3.029 · f75d4988
      Bram Moolenaar authored
      Problem:    ":sort n" sorts lines without a number as number zero. (Beeyawned)
      Solution:   Make lines without a number sort before lines with a number.  Also
                  fix sorting negative numbers.
      v7.3.029
      f75d4988
  10. Oct 14, 2010
    • Bram Moolenaar's avatar
      updated for version 7.3.028 · b60574ba
      Bram Moolenaar authored
      Problem:    Signs don't show up. (Charles Campbell)
      Solution:   Don't use negative numbers.  Also assign a number to signs that
                  have a name of all digits to avoid using a sign number twice.
      v7.3.028
      b60574ba
  11. Oct 13, 2010
    • Bram Moolenaar's avatar
      updated for version 7.3.027 · 464c9254
      Bram Moolenaar authored
      Problem:    Opening a file on a network share is very slow.
      Solution:   When fixing file name case append "\*" to directory, server and
                  network share names. (David Anderson, John Beckett)
      v7.3.027
      464c9254
    • Bram Moolenaar's avatar
      updated for version 7.3.026 · 77a0aa45
      Bram Moolenaar authored
      Problem:    CTRL-] in a help file doesn't always work. (Tony Mechelynck)
      Solution:   Don't escape special characters. (Carlo Teubner)
      v7.3.026
      77a0aa45
Loading