Skip to content
Snippets Groups Projects
  1. Feb 09, 2011
  2. Feb 01, 2011
  3. Jan 22, 2011
  4. Jan 21, 2011
  5. Jan 17, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.102 · d2c340a6
      Bram Moolenaar authored
      Problem:    When using ":make", typing the next command and then getting the
                  "reload" prompt the next command is (partly) eaten by the reload
                  prompt.
      Solution:   Accept ':' as a special character at the reload prompt to accept
                  the default choice and execute the command.
      v7.3.102
      d2c340a6
    • Bram Moolenaar's avatar
      updated for version 7.3.101 · e2793357
      Bram Moolenaar authored
      Problem:    ino_t defined with wrong size.
      Solution:   Move including auto/config.h before other includes. (Marius
                  Geminas)
      v7.3.101
      e2793357
    • Bram Moolenaar's avatar
      updated for version 7.3.100 · 48ac02c9
      Bram Moolenaar authored
      Problem:    When using :normal v:count isn't set.
      Solution:   Call normal_cmd() with toplevel set to TRUE.
      v7.3.100
      48ac02c9
  6. Jan 08, 2011
  7. 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
  8. Dec 30, 2010
  9. Dec 24, 2010
  10. Dec 17, 2010
  11. Dec 10, 2010
  12. Dec 08, 2010
Loading