Skip to content
Snippets Groups Projects
  1. May 28, 2014
  2. May 22, 2014
  3. May 13, 2014
  4. May 09, 2014
  5. May 08, 2014
  6. May 07, 2014
    • Bram Moolenaar's avatar
      updated for version 7.4.281 · 04ad7fe0
      Bram Moolenaar authored
      Problem:    When a session file has more than one tabpage and 'showtabline' is
                  one the positions may be slightly off.
      Solution:   Set 'showtabline' to two while positioning windows.
      v7.4.281
      04ad7fe0
    • Bram Moolenaar's avatar
      updated for version 7.4.280 · 56b3bf89
      Bram Moolenaar authored
      Problem:    When using a session file the relative position of the cursor is
                  not restored if there is another tab. (Nobuhiro Takasaki)
      Solution:   Update w_wrow before calculating the fraction.
      v7.4.280
      56b3bf89
    • Bram Moolenaar's avatar
      updated for version 7.4.279 · 1b1063af
      Bram Moolenaar authored
      Problem:    globpath() returns a string, making it difficult to get a list of
                  matches. (Greg Novack)
      Solution:   Add an optional argument like with glob(). (Adnan Zafar)
      v7.4.279
      1b1063af
    • Bram Moolenaar's avatar
      updated for version 7.4.278 · 3ec7f4e4
      Bram Moolenaar authored
      Problem:    list_remove() conflicts with function defined in Sun header file.
      Solution:   Rename the function. (Richard Palo)
      v7.4.278
      3ec7f4e4
    • Bram Moolenaar's avatar
      updated for version 7.4.277 · 0d3d5e04
      Bram Moolenaar authored
      Problem:    Using ":sign unplace *" may leave the cursor in the wrong position
                  (Christian Brabandt)
      Solution:   Update the cursor position when removing all signs.
      v7.4.277
      0d3d5e04
Loading