Skip to content
Snippets Groups Projects
  1. Sep 30, 2011
  2. Sep 21, 2011
  3. Sep 14, 2011
  4. Sep 08, 2011
  5. Sep 07, 2011
  6. Sep 05, 2011
  7. Sep 02, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.293 · d3184b57
      Bram Moolenaar authored
      Problem:    MSVC compiler has a problem with non-ASCII characters.
      Solution:   Avoid non-ASCII characters. (Hong Xu)
      v7.3.293
      d3184b57
    • Bram Moolenaar's avatar
      updated for version 7.3.292 · 6c167c64
      Bram Moolenaar authored
      Problem:    Crash when using fold markers and selecting a visual block that
                  includes a folded line and goes to end of line. (Sam Lidder)
      Solution:   Check for the column to be MAXCOL. (James Vega)
      v7.3.292
      6c167c64
    • Bram Moolenaar's avatar
      updated for version 7.3.291 · 6fabcbe2
      Bram Moolenaar authored
      Problem:    Configure doesn't work properly with Python3.
      Solution:   Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland
                  Puntaier)
      v7.3.291
      6fabcbe2
    • Bram Moolenaar's avatar
      updated for version 7.3.290 · 39fc42ef
      Bram Moolenaar authored
      Problem:    When a BufWriteCmd autocommand resets 'modified' this doesn't
                  change older buffer states to be marked as 'modified' like
                  ":write" does.  (Yukihiro Nakadaira)
      Solution:   When the BufWriteCmd resets 'modified' then adjust the undo
                  information like ":write" does.
      v7.3.290
      39fc42ef
Loading