Skip to content
Snippets Groups Projects
  1. Jun 13, 2016
    • 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
  2. Jun 12, 2016
  3. Jun 11, 2016
  4. 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
  5. 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
  6. Jun 08, 2016
  7. Jun 07, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1907 · 1d5f1d07
      Bram Moolenaar authored
      Problem:    Warnings from 64 bit compiler.
      Solution:   Change type to size_t. (Mike Williams)
      v7.4.1907
      1d5f1d07
    • Bram Moolenaar's avatar
      patch 7.4.1906 · 5f1032d2
      Bram Moolenaar authored
      Problem:    Collapsing channel buffers and searching for NL does not work
                  properly. (Xavier de Gary, Ramel Eshed)
      Solution:   Do not assume the buffer contains a NUL or not.  Change NUL bytes
                  to NL to avoid the string is truncated.
      v7.4.1906
      5f1032d2
  8. Jun 06, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1905 · fdd82fe3
      Bram Moolenaar authored
      Problem:    Some compilers can't handle a double semicolon.
      Solution:   Remove one semicolon.
      v7.4.1905
      fdd82fe3
    • Bram Moolenaar's avatar
      patch 7.4.1904 · c60954b4
      Bram Moolenaar authored
      Problem:    Build fails.
      Solution:   Add missing changes.
      v7.4.1904
      c60954b4
    • Bram Moolenaar's avatar
      patch 7.4.1903 · 45d2eeaa
      Bram Moolenaar authored
      Problem:    When writing viminfo merging current history with history in
                  viminfo may drop recent history entries.
      Solution:   Add new format for viminfo lines, use it for history entries.  Use
                  a timestamp for ordering the entries. Add test_settime().
                  Add the viminfo version.  Does not do merging on timestamp yet.
      v7.4.1903
      45d2eeaa
  9. Jun 05, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1902 · bbe8d91e
      Bram Moolenaar authored
      Problem:    No test for collapsing buffers for a channel.  Some text is lost.
      Solution:   Add a simple test.  Set rq_buflen correctly.
      v7.4.1902
      bbe8d91e
  10. Jun 04, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1901 · 762f1754
      Bram Moolenaar authored
      Problem:    Win32: the "Disabled" menu items would appear enabled.
      Solution:   Use submenu_id if there is a parent. (Shane Harper, closes #834)
      v7.4.1901
      762f1754
    • Bram Moolenaar's avatar
      patch 7.4.1900 · 28b942a0
      Bram Moolenaar authored
      Problem:    Using CTRL-] in the help on "{address}." doesn't work.
      Solution:   Recognize an item in {}. (Hirohito Higashi, closes #814)
      v7.4.1900
      28b942a0
    • Bram Moolenaar's avatar
      patch 7.4.1899 · 8e31fd52
      Bram Moolenaar authored
      Problem:    GTK 3: cursor blinking doesn't work well.
      Solution:   Instead of gui_gtk_window_clear() use gui_mch_clear_block().
                  (Kazunobu Kuriyama)
      v7.4.1899
      8e31fd52
    • Bram Moolenaar's avatar
      patch 7.4.1898 · 63a60ded
      Bram Moolenaar authored
      Problem:    User commands don't support modifiers.
      Solution:   Add the <mods> item. (Yegappan Lakshmanan, closes #829)
      v7.4.1898
      63a60ded
    • Bram Moolenaar's avatar
      patch 7.4.1897 · fd89d7ea
      Bram Moolenaar authored
      Problem:    Various typos, long lines and style mistakes.
      Solution:   Fix the typos, wrap lines, improve style.
      v7.4.1897
      fd89d7ea
    • Bram Moolenaar's avatar
      Updated runtime files. · 82af8710
      Bram Moolenaar authored
      82af8710
    • Bram Moolenaar's avatar
      patch 7.4.1896 · 82faa259
      Bram Moolenaar authored
      Problem:    Invoking mark_adjust() when adding a new line below the last line
                  is pointless.
      Solution:   Skip calling mark_adjust() when appending below the last line.
      v7.4.1896
      82faa259
Loading