Skip to content
Snippets Groups Projects
  1. Apr 28, 2011
  2. Apr 21, 2011
  3. Apr 11, 2011
  4. Apr 02, 2011
  5. Apr 01, 2011
  6. 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
  7. Mar 26, 2011
  8. Mar 22, 2011
  9. Mar 03, 2011
  10. Feb 25, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.135 · b4b0a08c
      Bram Moolenaar authored
      Problem:    When there is no previous substitute pattern, the previous search
                  pattern is used.  The other way around doesn't work.
      Solution:   When there is no previous search pattern, use the previous
                  substitute pattern if possible. (Christian Brabandt)
      v7.3.135
      b4b0a08c
Loading