Skip to content
Snippets Groups Projects
  1. Jul 01, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1971 · e8fea072
      Bram Moolenaar authored
      Problem:    It is not easy to see unrecognized error lines below the current
                  error position.
      Solution:   Add ":clist +count".
      v7.4.1971
      e8fea072
    • Bram Moolenaar's avatar
      patch 7.4.1970 · 70e136e1
      Bram Moolenaar authored
      Problem:    Using ":insert" in an empty buffer sets the jump mark. (Ingo
                  Karkat)
      Solution:   Don't adjust marks when replacing the empty line in an empty
                  buffer. (closes #892)
      v7.4.1970
      70e136e1
    • Bram Moolenaar's avatar
      patch 7.4.1969 · 24cf233e
      Bram Moolenaar authored
      Problem:    When the netbeans channel is closed consuming the buffer may cause
                  a crash.
      Solution:   Check for nb_channel not to be NULL. (Xavier de Gaye)
      v7.4.1969
      24cf233e
    • Bram Moolenaar's avatar
      patch 7.4.1968 · 1d90a5a5
      Bram Moolenaar authored
      Problem:    Invalid memory access with "\<C-">.
      Solution:   Do not recognize this as a special character. (Dominique Pelle)
      v7.4.1968
      1d90a5a5
  2. Jun 28, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1967 · 6747fabc
      Bram Moolenaar authored
      Problem:    Falling back from NFA to old regexp engine does not work properly.
                  (fritzophrenic)
      Solution:   Do not restore nfa_match. (Christian Brabandt, closes #867)
      v7.4.1967
      6747fabc
    • Bram Moolenaar's avatar
      patch 7.4.1966 · bcf7772a
      Bram Moolenaar authored
      Problem:    Coverity reports a resource leak.
      Solution:   Close "fd" also when bailing out.
      v7.4.1966
      bcf7772a
  3. Jun 27, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1965 · adb78a77
      Bram Moolenaar authored
      Problem:    When using a job in raw mode to append to a buffer garbage
                  characters are added.
      Solution:   Do not replace the trailing NUL with a NL. (Ozaki Kiichi)
      v7.4.1965
      adb78a77
  4. Jun 26, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1964 · 688e3d1f
      Bram Moolenaar authored
      Problem:    The quickfix init function is too big.
      Solution:   Factor out parsing 'errorformat' to a separate function. (Yegappan
                  Lakshmanan)
      v7.4.1964
      688e3d1f
    • Bram Moolenaar's avatar
      patch 7.4.1963 · 97ff9b9c
      Bram Moolenaar authored
      Problem:    Running Win32 Vim in mintty does not work.
      Solution:   Detect mintty and give a helpful error message. (Ken Takata)
      v7.4.1963
      97ff9b9c
    • Bram Moolenaar's avatar
      patch 7.4.1962 · 52df117d
      Bram Moolenaar authored
      Problem:    Two test files for increment/decrement.
      Solution:   Move the old style test into the new style test. (Hirohito
                  Higashi, closes #881)
      v7.4.1962
      52df117d
    • Bram Moolenaar's avatar
      patch 7.4.1961 · 00672e1d
      Bram Moolenaar authored
      Problem:    When 'insertmode' is reset while doing completion the popup menu
                  remains even though Vim is in Normal mode.
      Solution:   Ignore stop_insert_mode when the popup menu is visible.  Don't set
                  stop_insert_mode when 'insertmode' was already off. (Christian
                  Brabandt)
      v7.4.1961
      00672e1d
    • Bram Moolenaar's avatar
      patch 7.4.1960 · 04e2b4b0
      Bram Moolenaar authored
      Problem:    Unicode standard 9 was released.
      Solution:   Update the character property tables. (Christian Brabandt)
      v7.4.1960
      04e2b4b0
    • Bram Moolenaar's avatar
      patch 7.4.1959 · aad30bbc
      Bram Moolenaar authored
      Problem:    Crash when running test_channel.vim on Windows.
      Solution:   Check for NULL pointer result from FormatMessage(). (Christian
                  Brabandt)
      v7.4.1959
      aad30bbc
    • Bram Moolenaar's avatar
      patch 7.4.1958 · eeb50ab5
      Bram Moolenaar authored
      Problem:    Perl interface preprocessor statements not nicely indented.
      Solution:   Improve the indenting. (Ken Takata)
      v7.4.1958
      eeb50ab5
    • Bram Moolenaar's avatar
      patch 7.4.1957 · 7b61bf18
      Bram Moolenaar authored
      Problem:    Perl interface has obsolete workaround.
      Solution:   Remove the workaround added by 7.3.623. (Ken Takata)
      v7.4.1957
      7b61bf18
    • Bram Moolenaar's avatar
      patch 7.4.1956 · 5d2ca040
      Bram Moolenaar authored
      Problem:    When using CTRL-W f and pressing "q" at the ATTENTION dialog the
                  newly opened window is not closed.
      Solution:   Close the window and go back to the original one. (Norio Takagi,
                  Hirohito Higashi)
      v7.4.1956
      5d2ca040
    • Bram Moolenaar's avatar
      patch 7.4.1955 · f4fba6dc
      Bram Moolenaar authored
      Problem:    Using 32-bit Perl with 64-bit time_t causes memory corruption.
                  (Christian Brabandt)
      Solution:   Use time_T instead of time_t for global variables. (Ken Takata)
      v7.4.1955
      f4fba6dc
    • Bram Moolenaar's avatar
      patch 7.4.1954 · d388d2ac
      Bram Moolenaar authored
      Problem:    No test for what 7.4.1948 fixes.
      Solution:   Add a test. (Hirohito Higashi, closes #880)
      v7.4.1954
      d388d2ac
    • Bram Moolenaar's avatar
      Updated runtime files. · 802a0d90
      Bram Moolenaar authored
      802a0d90
    • Bram Moolenaar's avatar
      patch 7.4.1953 · 049cba9e
      Bram Moolenaar authored
      Problem:    Not all parts of the quickfix code are tested.
      Solution:   Add more tests. (Yegappan Lakshmanan)
      v7.4.1953
      049cba9e
  5. Jun 21, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1952 · b12e7ef9
      Bram Moolenaar authored
      Problem:    Cscope interface does not support finding assignments.
      Solution:   Add the "a" command. (ppettina, closes #882)
      v7.4.1952
      b12e7ef9
    • Bram Moolenaar's avatar
      patch 7.4.1951 · 85babd6d
      Bram Moolenaar authored
      Problem:    Ruby test is old style.
      Solution:   Convert to a new style test. (Ken Takata)
      v7.4.1951
      85babd6d
    • Bram Moolenaar's avatar
      patch 7.4.1950 · f50df392
      Bram Moolenaar authored
      Problem:    Quickfix long lines test not executed for buffer.
      Solution:   Call the function to test long lines. (Yegappan Lakshmanan)
      v7.4.1950
      f50df392
  6. Jun 20, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1949 · 38df43bd
      Bram Moolenaar authored
      Problem:    Minor problems with the quickfix code.
      Solution:   Fix the problems. (Yegappan Lakshmanan)
      v7.4.1949
      38df43bd
    • Bram Moolenaar's avatar
      patch 7.4.1948 · ad5ca9bc
      Bram Moolenaar authored
      Problem:    Using Ctrl-A with double-byte encoding may result in garbled text.
      Solution:   Skip to the start of a character. (Hirohito Higashi)
      v7.4.1948
      ad5ca9bc
    • Bram Moolenaar's avatar
      patch 7.4.1947 · ecefe717
      Bram Moolenaar authored
      Problem:    Viminfo continuation line with wrong length isn't skipped. (Marius
                  Gedminas)
      Solution:   Skip a line when encountering an error, but not two lines.
      v7.4.1947
      ecefe717
    • Bram Moolenaar's avatar
      patch 7.4.1946 · cf2d7798
      Bram Moolenaar authored
      Problem:    File list does not include new XPM libraries.
      Solution:   Add the file list entries.
      v7.4.1946
      cf2d7798
    • 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
  7. 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
  8. Jun 17, 2016
  9. 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
  10. 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
  11. 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
Loading