Skip to content
Snippets Groups Projects
  1. Jun 20, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1945 · ddf8d1c7
      Bram Moolenaar authored
      Problem:    The Man plugin doesn't work that well.
      Solution:   Use "g:ft_man_open_mode" to be able open man pages in vert split
                  or separate tab. Set nomodifiable for buffer with man content. Add
                  a test. (Andrey Starodubtsev, closes #873)
      v7.4.1945
      ddf8d1c7
  2. Jun 18, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1944 · b5b95750
      Bram Moolenaar authored
      Problem:    Win32: Cannot compile with XPM feature using VC2015
      Solution:   Add XPM libraries compiled with VC2015, and enable to build
                  gvim.exe which supports XPM using VC2015. (Ken Takata)
      v7.4.1944
      b5b95750
  3. Jun 17, 2016
  4. Jun 15, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1941 · 3ef5bf7d
      Bram Moolenaar authored
      Problem:    Not all quickfix tests are also done  with the location lists.
      Solution:   Test more quickfix code.  Use user commands instead of "exe".
                  (Yegappan Lakshmanan)
      v7.4.1941
      3ef5bf7d
    • Bram Moolenaar's avatar
      patch 7.4.1940 · 23c60f21
      Bram Moolenaar authored
      Problem:    "gd" hangs in some situations. (Eric Biggers)
      Solution:   Remove the SEARCH_START flag when looping.  Add a test.
      v7.4.1940
      23c60f21
    • Bram Moolenaar's avatar
      patch 7.4.1939 · 28607ba2
      Bram Moolenaar authored
      Problem:    Memory access error when reading viminfo. (Dominique Pelle)
      Solution:   Correct index in jumplist when at the end.
      v7.4.1939
      28607ba2
  5. Jun 14, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1938 · 36f0f068
      Bram Moolenaar authored
      Problem:    When writing viminfo numbered marks were duplicated.
      Solution:   Check for duplicates between current numbered marks and the ones
                  read from viminfo.
      v7.4.1938
      36f0f068
    • Bram Moolenaar's avatar
      patch 7.4.1937 · ab47c61f
      Bram Moolenaar authored
      Problem:    No test for directory stack in quickfix.
      Solution:   Add a test. (Yegappan Lakshmanan)
      v7.4.1937
      ab47c61f
    • Bram Moolenaar's avatar
      patch 7.4.1936 · 67e3720a
      Bram Moolenaar authored
      Problem:    Off-by-one error in bounds check. (Coverity)
      Solution:   Check register number properly.
      v7.4.1936
      67e3720a
    • Bram Moolenaar's avatar
      patch 7.4.1935 · bee666f2
      Bram Moolenaar authored
      Problem:    When using the GUI search/replace a second match right after the
                  replacement is skipped.
      Solution:   Add the SEARCH_START flag. (Mleddy)
      v7.4.1935
      bee666f2
  6. Jun 13, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1934 · 9bd31860
      Bram Moolenaar authored
      Problem:    New style tests not executed with MinGW compiler.
      Solution:   Add new style test support. (Yegappan Lakshmanan)
      v7.4.1934
      9bd31860
    • Bram Moolenaar's avatar
      patch 7.4.1933 · 72e697d1
      Bram Moolenaar authored
      Problem:    Compiler warning about uninitialzed variable. (Yegappan)
      Solution:   Give it a dummy value.
      v7.4.1933
      72e697d1
    • Bram Moolenaar's avatar
      patch 7.4.1932 · ece74ab1
      Bram Moolenaar authored
      Problem:    When writing viminfo the jumplist is not merged with the one in
                  the viminfo file.
      Solution:   Merge based on timestamp.
      v7.4.1932
      ece74ab1
    • Bram Moolenaar's avatar
      patch 7.4.1931 · a641e1d4
      Bram Moolenaar authored
      Problem:    Using both old and new style file mark lines from viminfo.
      Solution:   Skip the old style lines if the viminfo file was written with a
                  Vim version that supports the new style.
      v7.4.1931
      a641e1d4
    • Bram Moolenaar's avatar
      patch 7.4.1930 · bf2c0ee0
      Bram Moolenaar authored
      Problem:    Can't build without +spell but with +quickfix. (Charles)
      Solution:   Add better #ifdef around ml_append_buf(). (closes #864)
      v7.4.1930
      bf2c0ee0
    • Bram Moolenaar's avatar
      patch 7.4.1929 · 2016ae58
      Bram Moolenaar authored
      Problem:    Inconsistent indenting and weird name.
      Solution:   Fix indent, make name all upper case. (Ken Takata)
      v7.4.1929
      2016ae58
    • Bram Moolenaar's avatar
      patch 7.4.1928 · 76ae22fe
      Bram Moolenaar authored
      Problem:    Overwriting pointer argument.
      Solution:   Assign to what it points to. (Dominique Pelle)
      v7.4.1928
      76ae22fe
    • Bram Moolenaar's avatar
      patch 7.4.1927 · 5b7d177e
      Bram Moolenaar authored
      Problem:    Compiler warning for signed/unsigned.
      Solution:   Add type cast.
      v7.4.1927
      5b7d177e
  7. Jun 12, 2016
  8. Jun 11, 2016
  9. Jun 10, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1916 · b8aefa46
      Bram Moolenaar authored
      Problem:    No proper test for what 7.4.1906 fixes.
      Solution:   Add a test for reading many lines.
      v7.4.1916
      b8aefa46
    • Bram Moolenaar's avatar
      patch 7.4.1915 · 2a67ed83
      Bram Moolenaar authored
      Problem:    The effect of the PopupMenu autocommand isn't directly visible.
      Solution:   Call gui_update_menus() before displaying the popup menu. (Shane
                  Harper, closs #855)
      v7.4.1915
      2a67ed83
    • Bram Moolenaar's avatar
      patch 7.4.1914 · e429e70f
      Bram Moolenaar authored
      Problem:    Executing autocommands while using the signal stack has a high
                  chance of crashing Vim.
      Solution:   Don't invoke autocommands when on the signal stack.
      v7.4.1914
      e429e70f
  10. Jun 09, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1913 · 1610d052
      Bram Moolenaar authored
      Problem:    When ":doautocmd" is used modelines are used even when no
                  autocommands were executed. (Daniel Hahler)
      Solution:   Skip processing modelines. (closes #854)
      v7.4.1913
      1610d052
    • Bram Moolenaar's avatar
      patch 7.4.1912 · 1cee693b
      Bram Moolenaar authored
      Problem:    No test for using setqflist() on an older quickfix list.
      Solution:   Add a couple of tests.
      v7.4.1912
      1cee693b
    • Bram Moolenaar's avatar
      patch 7.4.1911 · 1fd99c1c
      Bram Moolenaar authored
      Problem:    Recent history lines may be lost when exiting Vim.
      Solution:   Merge history using the timestamp.
      v7.4.1911
      1fd99c1c
  11. Jun 08, 2016
Loading