Skip to content
Snippets Groups Projects
  1. Feb 25, 2011
  2. Feb 15, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.125 · c30846f5
      Bram Moolenaar authored
      Problem:    MSVC: Problem with quotes in link argument.
      Solution:   Escape backslashes and quotes. (Weasley)
      v7.3.125
      c30846f5
    • Bram Moolenaar's avatar
      updated for version 7.3.124 · cab35ad2
      Bram Moolenaar authored
      Problem:    When writing a file in binary mode it may be missing the final EOL
                  if a file previously read was missing the EOL. (Kevin Goodsell)
      Solution:   Move the write_no_eol_lnum into the buffer struct.
      v7.3.124
      cab35ad2
    • Bram Moolenaar's avatar
      updated for version 7.3.123 · c2b4c62d
      Bram Moolenaar authored
      Problem:    ml_get error when executing register being recorded into, deleting
                  lines and 'conceallevel' is set. (ZyX)
      Solution:   Don't redraw a line for concealing when it doesn't exist.
      v7.3.123
      c2b4c62d
    • Bram Moolenaar's avatar
      updated for version 7.3.122 · 542512a3
      Bram Moolenaar authored
      Problem:    Having auto/config.mk in the repository causes problems.
      Solution:   Remove auto/config.mk from the distribution.  In the toplevel
                  Makefile copy it from the "dist" file.
      v7.3.122
      542512a3
    • Bram Moolenaar's avatar
      updated for version 7.3.121 · b75d09d4
      Bram Moolenaar authored
      Problem:    Complicated 'statusline' causes a crash. (Christian Brabandt)
      Solution:   Check that the number of items is not too big.
      v7.3.121
      b75d09d4
    • Bram Moolenaar's avatar
      updated for version 7.3.120 · c41fc713
      Bram Moolenaar authored
      Problem:    The message for an existing swap file is too long to fit in a 25
                  line terminal.
      Solution:   Make the message shorter. (Chad Miller)
      v7.3.120
      c41fc713
  3. Feb 12, 2011
  4. Feb 09, 2011
  5. Feb 01, 2011
  6. Jan 22, 2011
  7. Jan 21, 2011
  8. 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
  9. Jan 08, 2011
  10. 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
  11. Dec 30, 2010
  12. Dec 24, 2010
Loading