Skip to content
Snippets Groups Projects
  1. Apr 02, 2014
  2. Apr 01, 2014
  3. Mar 30, 2014
  4. Mar 28, 2014
  5. Mar 27, 2014
  6. Mar 25, 2014
  7. Mar 24, 2014
  8. Mar 23, 2014
  9. Mar 22, 2014
  10. Mar 19, 2014
  11. Mar 12, 2014
    • Bram Moolenaar's avatar
      updated for version 7.4.205 · f0bdd2f2
      Bram Moolenaar authored
      Problem:    ":mksession" writes command to move to second argument while it
                  does not exist.  When it does exist the order might be wrong.
      Solution:   Use ":argadd" for each argument instead of using ":args" with a
                  list of names. (Nobuhiro Takasaki)
      v7.4.205
      f0bdd2f2
    • Bram Moolenaar's avatar
      updated for version 7.4.204 · 1d9ff43f
      Bram Moolenaar authored
      Problem:    A mapping where the second byte is 0x80 doesn't work.
      Solution:   Unescape before checking for incomplete multi-byte char. (Nobuhiro
                  Takasaki)
      v7.4.204
      1d9ff43f
    • Bram Moolenaar's avatar
      updated for version 7.4.203 · 8eded09b
      Bram Moolenaar authored
      Problem:    Parsing 'errorformat' is not correct.
      Solution:   Reset "multiignore" at the start of a multi-line message. (Lcd)
      v7.4.203
      8eded09b
    • Bram Moolenaar's avatar
      updated for version 7.4.202 · b1692e2b
      Bram Moolenaar authored
      Problem:    MS-Windows: non-ASCII font names don't work.
      Solution:   Convert between the current code page and 'encoding'. (Ken Takata)
      v7.4.202
      b1692e2b
Loading