Skip to content
Snippets Groups Projects
  1. Apr 11, 2011
  2. Apr 02, 2011
  3. Apr 01, 2011
  4. 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
  5. Mar 26, 2011
  6. Mar 22, 2011
  7. Mar 03, 2011
  8. Feb 25, 2011
  9. 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
Loading