Skip to content
Snippets Groups Projects
  1. Nov 16, 2010
    • Bram Moolenaar's avatar
      updated for version 7.3.062 · 644d37b8
      Bram Moolenaar authored
      Problem:    Python doesn't work properly when installed in another directory
                  than expected.
      Solution:   Figure out home directory in configure and use Py_SetPythonHome()
                  at runtime. (Roland Puntaier)
      v7.3.062
      644d37b8
    • Bram Moolenaar's avatar
      updated for version 7.3.061 · 00b78c17
      Bram Moolenaar authored
      Problem:    Remote ":drop" does not respect 'autochdir'. (Peter Odding)
      Solution:   Don't restore the directory when 'autochdir' is set. (Benjamin
                  Fritz)
      v7.3.061
      00b78c17
    • Bram Moolenaar's avatar
      updated for version 7.3.060 · 7ad7d010
      Bram Moolenaar authored
      Problem:    Netbeans: crash when socket is disconnected unexpectedly.
      Solution:   Don't cleanup when a read fails, put a message in the queue and
                  disconnect later. (Xavier de Gaye)
      v7.3.060
      7ad7d010
    • Bram Moolenaar's avatar
      updated for version 7.3.059 · 03531f79
      Bram Moolenaar authored
      Problem:    Netbeans: Problem with recursively handling messages for Athena
                  and Motif.
      Solution:   Call netbeans_parse_messages() in the main loop, like it's done
                  for GTK. (Xavier de Gaye)
      v7.3.059
      03531f79
    • Bram Moolenaar's avatar
      updated for version 7.3.058 · 3c531603
      Bram Moolenaar authored
      Problem:    Error "code converter not found" when loading Ruby script.
      Solution:   Load Gem module. (Yasuhiro Matsumoto)
      v7.3.058
      3c531603
    • Bram Moolenaar's avatar
      updated for version 7.3.057 · 66b4bf89
      Bram Moolenaar authored
      Problem:    Segfault with command line abbreviation. (Randy Morris)
      Solution:   Don't retrigger the abbreviation when abandoning the command line.
                  Continue editing the command line after the error.
      v7.3.057
      66b4bf89
    • Bram Moolenaar's avatar
      updated for version 7.3.056 · bf55e144
      Bram Moolenaar authored
      Problem:    "getline" argument in do_cmdline() shadows global.
      Solution:   Rename the argument.
      Files:      src/ex_docmd.c
      v7.3.056
      bf55e144
  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
Loading