Skip to content
Snippets Groups Projects
  1. Jul 05, 2013
  2. Jul 04, 2013
  3. Jul 03, 2013
  4. Jul 01, 2013
  5. 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
    • Bram Moolenaar's avatar
      updated for version 7.3.1276 · 85e932f2
      Bram Moolenaar authored
      Problem:    When using a cscope connection resizing the window may send
                  SIGWINCH to cscope and it quits.
      Solution:   Call setpgid(0, 0) in the child process. (Narendran Gopalakrishnan)
      v7.3.1276
      85e932f2
    • Bram Moolenaar's avatar
      updated for version 7.3.1275 · e78495de
      Bram Moolenaar authored
      Problem:    "gn" does not work when the match is a single character.
      Solution:   Fix it, add a test. (Christian Brabandt)
      v7.3.1275
      e78495de
    • Bram Moolenaar's avatar
      updated for version 7.3.1274 · 24862855
      Bram Moolenaar authored
      Problem:    When selecting an entry from a location list it may pick an
                  arbitrary window or open a new one.
      Solution:   Prefer using a window related to the location list. (Lech Lorens)
      v7.3.1274
      24862855
    • Bram Moolenaar's avatar
      updated for version 7.3.1273 · 730d2c07
      Bram Moolenaar authored
      Problem:    When copying a location list the index might be wrong.
      Solution:   Set the index to one when using the first entry. (Lech Lorens)
      v7.3.1273
      730d2c07
Loading