Skip to content
Snippets Groups Projects
  1. Jul 06, 2013
  2. Jul 05, 2013
  3. Jul 04, 2013
  4. Jul 03, 2013
  5. Jul 01, 2013
  6. Jun 30, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.1280 · d05bf560
      Bram Moolenaar authored
      Problem:    Reading memory already freed since patch 7.3.1247. (Simon
                  Ruderich, Dominique Pelle)
      Solution:   Copy submatches before reallocating the state list.
      v7.3.1280
      d05bf560
    • Bram Moolenaar's avatar
      updated for version 7.3.1279 · 673b9a3c
      Bram Moolenaar authored
      Problem:    Compiler warning for variable uninitialized. (Tony Mechelynck)
      Solution:   Add an init.
      v7.3.1279
      673b9a3c
    • Bram Moolenaar's avatar
      updated for version 7.3.1278 · e057d40d
      Bram Moolenaar authored
      Problem:    When someone sets the screen size to a huge value with "stty" Vim
                  runs out of memory before reducing the size.
      Solution:   Limit Rows and Columns in more places.
      v7.3.1278
      e057d40d
    • Bram Moolenaar's avatar
      updated for version 7.3.1277 · 5a4d51e6
      Bram Moolenaar authored
      Problem:    In diff mode 'cursorline' also draws in the non-active window.
                  When 'nu' and 'sbr' are set the 'sbr' string is not underlined.
      Solution:   Only draw the cursor line in the current window. Combine the
                  'cursorline' and other highlighting attributes. (Christian
                  Brabandt)
      v7.3.1277
      5a4d51e6
Loading