Skip to content
Snippets Groups Projects
  1. Feb 01, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.111 · 6145285c
      Bram Moolenaar authored
      Problem:    Executing a :normal command in 'statusline' evaluation causes the
                  cursor to move. (Dominique Pelle)
      Solution:   When updating the cursor for 'cursorbind' allow the cursor beyond
                  the end of the line.  When evaluating 'statusline' temporarily
                  reset 'cursorbind'.
      v7.3.111
      6145285c
    • Bram Moolenaar's avatar
      updated for version 7.3.110 · acf1728e
      Bram Moolenaar authored
      Problem:    The "nbsp" item in 'listchars' isn't used for ":list".
      Solution:   Make it work. (Christian Brabandt)
      v7.3.110
      acf1728e
    • Bram Moolenaar's avatar
      updated for version 7.3.109 · c98d5ee9
      Bram Moolenaar authored
      Problem:    Processing new Esperanto spell file fails and crashes Vim.
                  (Dominique Pelle)
      Solution:   When running out of memory give an error.  Handle '?' in
                  COMPOUNDRULE properly.
      v7.3.109
      c98d5ee9
    • Bram Moolenaar's avatar
      updated for version 7.3.108 · 3c2d6534
      Bram Moolenaar authored
      Problem:    Useless check for NULL when calling vim_free().
      Solution:   Remove the check. (Dominique Pelle)
      v7.3.108
      3c2d6534
  2. Jan 22, 2011
  3. Jan 21, 2011
  4. 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
  5. Jan 08, 2011
  6. 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
  7. Dec 30, 2010
  8. Dec 24, 2010
  9. Dec 17, 2010
  10. Dec 10, 2010
  11. Dec 08, 2010
  12. Dec 02, 2010
Loading