Skip to content
Snippets Groups Projects
  1. Sep 12, 2012
  2. Sep 05, 2012
  3. Aug 29, 2012
  4. Aug 23, 2012
  5. Aug 15, 2012
  6. Aug 08, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.629 · 14f24741
      Bram Moolenaar authored
      Problem:    There is no way to make 'shiftwidth' follow 'tabstop'.
      Solution:   When 'shiftwidth' is zero use the value of 'tabstop'. (Christian
                  Brabandt)
      v7.3.629
      14f24741
    • Bram Moolenaar's avatar
      updated for version 7.3.628 · b02612b6
      Bram Moolenaar authored
      Problem:    ":open" does not allow for a !, which results in a confusing error
                  message. (Shawn Wilson)
      Solution:   Allow ! on ":open". (Christian Brabandt)
      v7.3.628
      b02612b6
    • Bram Moolenaar's avatar
      updated for version 7.3.627 · 07e31c57
      Bram Moolenaar authored
      Problem:    When using the "n" flag with the ":s" command a \= substitution
                  will not be evaluated.
      Solution:   Do perform the evaluation, so that a function can be invoked at
                  every matching position without changing the text. (Christian
                  Brabandt)
      v7.3.627
      07e31c57
    • Bram Moolenaar's avatar
      updated for version 7.3.626 · c1a995db
      Bram Moolenaar authored
      Problem:    Python interface doesn't build with Python 2.4 or older.
      Solution:   Define Py_ssize_t. (Benjamin Bannier)
      v7.3.626
      c1a995db
    • Bram Moolenaar's avatar
      updated for version 7.3.625 · ba6ba36f
      Bram Moolenaar authored
      Problem:    "gn" does not handle zero-width matches correctly.
      Solution:   Handle zero-width patterns specially. (Christian Brabandt)
      v7.3.625
      ba6ba36f
    • Bram Moolenaar's avatar
      updated for version 7.3.624 · 04b27518
      Bram Moolenaar authored
      Problem:    When cancelling input() it returns the third argument. That should
                  only happen for inputdialog().
      Solution:   Check if inputdialog() was used. (Hirohito Higashi)
      v7.3.624
      04b27518
Loading