Skip to content
Snippets Groups Projects
  1. Nov 24, 2010
  2. Nov 16, 2010
  3. 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
  4. Nov 03, 2010
  5. Oct 27, 2010
  6. Oct 24, 2010
  7. Oct 23, 2010
  8. Oct 22, 2010
  9. Oct 20, 2010
Loading