Skip to content
Snippets Groups Projects
  1. Apr 01, 2011
  2. Mar 27, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.146 · 4228bec0
      Bram Moolenaar authored
      Problem:    It's possible to assign to a read-only member of a dict.
                  It's possible to create a global variable "0". (ZyX)
                  It's possible to add a v: variable with ":let v:.name = 1".
      Solution:   Add check for dict item being read-only.
                  Check the name of g: variables.
                  Disallow adding v: variables.
      v7.3.146
      4228bec0
  3. Mar 26, 2011
  4. Mar 22, 2011
  5. Mar 03, 2011
  6. Feb 25, 2011
  7. 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
  8. Feb 12, 2011
  9. Feb 09, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.118 · b292a2a0
      Bram Moolenaar authored
      Problem:    Ruby uses SIGVTALARM which makes Vim exit. (Alec Tica)
      Solution:   Ignore SIGVTALARM. (Dominique Pelle)
      v7.3.118
      b292a2a0
    • Bram Moolenaar's avatar
      updated for version 7.3.117 · 4e509b63
      Bram Moolenaar authored
      Problem:    On some systems --as-needed does not work, because the "tinfo"
                  library is included indirectly from "ncurses". (Charles Campbell)
      Solution:   In configure prefer using "tinfo" instead of "ncurses".
      v7.3.117
      4e509b63
Loading