Skip to content
Snippets Groups Projects
  1. Apr 28, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.165 · cca92ec8
      Bram Moolenaar authored
      Problem:    ":find" completion does not escape spaces in a directory name.
                  (Isz)
      Solution:   Add backslashes for EXPAND_FILES_IN_PATH. (Carlo Teubner)
      v7.3.165
      cca92ec8
    • Bram Moolenaar's avatar
      updated for version 7.3.164 · 8d2d71d4
      Bram Moolenaar authored
      Problem:    C-indenting: a preprocessor statement confuses detection of a
                  function delcaration.
      Solution:   Ignore preprocessor lines. (Lech Lorens)  Also recognize the style
                  to put a comma before the argument name.
      v7.3.164
      8d2d71d4
    • Bram Moolenaar's avatar
      updated for version 7.3.163 · f1fda2d6
      Bram Moolenaar authored
      Problem:    For the default of 'shellpipe' "mksh" and "pdksh" are not
                  recognized.
      Solution:   Recognize these shell names.
      v7.3.163
      f1fda2d6
  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
Loading