Skip to content
Snippets Groups Projects
  1. May 05, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.172 · 1c32dff7
      Bram Moolenaar authored
      Problem:    MS-Windows: rename() might delete the file if the name differs but
                  it's actually the same file.
      Solution:   Use the file handle to check if it's the same file. (Yukihiro
                  Nakadaira)
      v7.3.172
      1c32dff7
    • Bram Moolenaar's avatar
      updated for version 7.3.171 · 85de2066
      Bram Moolenaar authored
      Problem:    When the clipboard isn't supported: ":yank*" gives a confusing
                  error message.
      Solution:   Specifically mention that the register name is invalid.
                  (Jean-Rene David)
      v7.3.171
      85de2066
  2. Apr 28, 2011
  3. Apr 21, 2011
  4. Apr 11, 2011
  5. Apr 02, 2011
  6. Apr 01, 2011
  7. 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
  8. Mar 26, 2011
  9. Mar 22, 2011
  10. Mar 03, 2011
Loading