Skip to content
Snippets Groups Projects
  1. Jan 08, 2011
  2. Jan 04, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.098 · fd0e7568
      Bram Moolenaar authored
      Problem:    Function that ignores error still causes called_emsg to be set.
                  E.g. when expand() fails the status line is disabled.
      Solution:   Move check for emsg_not_now() up. (James Vega)
      v7.3.098
      fd0e7568
    • Bram Moolenaar's avatar
      updated for version 7.3.097 · 6d0efdaa
      Bram Moolenaar authored
      Problem:    Using ":call" inside "if 0" does not see that a function returns a
                  Dict and gives error for "." as string concatenation.
      Solution:   Use eval0() to skip over the expression.  (Yasuhiro Matsumoto)
      v7.3.097
      6d0efdaa
    • Bram Moolenaar's avatar
      updated for version 7.3.096 · 870b05c4
      Bram Moolenaar authored
      Problem:    "gvim -nb" is not interruptable.  Leaking file descriptor on
                  netbeans connection error.
      Solution:   Check for CTRL-C typed.  Free file descriptor.  (Xavier de Gaye)
      v7.3.096
      870b05c4
    • Bram Moolenaar's avatar
      updated for version 7.3.095 · d91f704b
      Bram Moolenaar authored
      Problem:    Win32: In Chinese tear-off menu doesn't work. (Weasley)
      Solution:   Use menu_name_equal().  (Alex Jakushev)
      v7.3.095
      d91f704b
  3. Dec 30, 2010
  4. Dec 24, 2010
  5. Dec 17, 2010
  6. Dec 10, 2010
  7. Dec 08, 2010
  8. Dec 02, 2010
  9. Nov 24, 2010
  10. Nov 16, 2010
Loading