summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-09-10patch 8.1.2020: it is not easy to change the window layoutv8.1.2020Bram Moolenaar
Problem: It is not easy to change the window layout. Solution: Add win_splitmove(). (Andy Massimino, closes #4561)
2019-09-09patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar
Problem: 'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693)
2019-09-09patch 8.1.2018: using freed memory when out of memory and displaying messagev8.1.2018Bram Moolenaar
Problem: Using freed memory when out of memory and displaying message. Solution: Make a copy of the message first.
2019-09-09patch 8.1.2017: cannot execute commands after closing the cmdline windowv8.1.2017Bram Moolenaar
Problem: Cannot execute commands after closing the cmdline window. Solution: Also trigger BufEnter and WinEnter. (closes #4762)
2019-09-08patch 8.1.2016: terminal altscreen test now fails on MS-Windowsv8.1.2016Bram Moolenaar
Problem: Terminal altscreen test now fails on MS-Windows. Solution: Skip the test on MS-Windows
2019-09-08patch 8.1.2015: terminal altscreen test still fails sometimesv8.1.2015Bram Moolenaar
Problem: Terminal altscreen test still fails sometimes. Solution: Write the escape sequence in a file.
2019-09-08patch 8.1.2014: terminal altscreen test fails sometimesv8.1.2014Bram Moolenaar
Problem: Terminal altscreen test fails sometimes. Solution: Use WaitFor().
2019-09-08patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-08patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make terminal functions usable as a method. Fix term_getattr().
2019-09-08patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method. Make the window command test faster.
2019-09-08patch 8.1.2010: new file uses old style commentsv8.1.2010Bram Moolenaar
Problem: New file uses old style comments. Solution: Change to new style comments. (Yegappan Lakshmanan, closes #4910)
2019-09-08patch 8.1.2009: cursorline highlighting not updated in popup windowv8.1.2009Bram Moolenaar
Problem: Cursorline highlighting not updated in popup window. (Marko Mahnič) Solution: Check if the cursor position changed. (closes #4912)
2019-09-08patch 8.1.2008: error for invalid range when using listener and undov8.1.2008Bram Moolenaar
Problem: Error for invalid range when using listener and undo. (Paul Jolly) Solution: Do not change the cursor before the lines are restored. (closes #4908)
2019-09-08patch 8.1.2007: no test for what 8.1.1926 fixesv8.1.2007Bram Moolenaar
Problem: No test for what 8.1.1926 fixes. Solution: Add a test case.
2019-09-07patch 8.1.2006: build failure with huge features but without channel featurev8.1.2006Bram Moolenaar
Problem: Build failure with huge features but without channel feature. Solution: Add #ifdef. (Dominique Pelle, closes #4906)
2019-09-07patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar
Problem: The regexp.c file is too big. Solution: Move the backtracking engine to a separate file. (Yegappan Lakshmanan, closes #4905)
2019-09-07patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-07Update runtime filesBram Moolenaar
2019-09-07patch 8.1.2003: MS-Windows: code page 65001 is not recognizedv8.1.2003Bram Moolenaar
Problem: MS-Windows: code page 65001 is not recognized. Solution: Use utf-8 for code page 65001. (Dan Thompson, closes #4902)
2019-09-07patch 8.1.2002: version number 2000 missingv8.1.2002Bram Moolenaar
Problem: Version number 2000 missing. Solution: Add the number in the list of patches.
2019-09-07patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar
Problem: Some source files are too big. Solution: Move buffer and window related functions to evalbuffer.c and evalwindow.c. (Yegappan Lakshmanan, closes #4898)
2019-09-07patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar
Problem: Plugin cannot get the current IME status. Solution: Add the getimstatus() function. (closes #4904)
2019-09-07patch 8.1.1999: calling both PlaySoundW() and PlaySoundA()v8.1.1999Bram Moolenaar
Problem: Calling both PlaySoundW() and PlaySoundA(). Solution: Only use PlaySoundW(). (Dan Thompson, closes #4903)
2019-09-07patch 8.1.1998: redraw even when no popup window filter was invokedv8.1.1998Bram Moolenaar
Problem: Redraw even when no popup window filter was invoked. Solution: Only redraw when must_redraw was set to a larger value.
2019-09-07patch 8.1.1997: no redraw after a popup window filter is invokedv8.1.1997Bram Moolenaar
Problem: No redraw after a popup window filter is invoked. Solution: Redraw if needed.
2019-09-06patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-06patch 8.1.1995: more functions can be used as methodsv8.1.1995Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make sign functions usable as a method.
2019-09-06patch 8.1.1994: MS-Windows: cannot build with eval but without cscopev8.1.1994Bram Moolenaar
Problem: MS-Windows: cannot build with eval but without cscope Solution: Adjust the makefiles to always build if_cscope.obj.
2019-09-06patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-06patch 8.1.1992: the search stat moves when wrapping at the end of the bufferv8.1.1992Bram Moolenaar
Problem: The search stat moves when wrapping at the end of the buffer. Solution: Put the "W" in front instead of at the end.
2019-09-05patch 8.1.1991: still cannot build with eval but without cscopev8.1.1991Bram Moolenaar
Problem: Still cannot build with eval but without cscope. Solution: Move f_cscope_connection() outside of #ifdef.
2019-09-05patch 8.1.1990: cannot build with eval but without cscopev8.1.1990Bram Moolenaar
Problem: Cannot build with eval but without cscope. Solution: Always include if_cscope.pro.
2019-09-05patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar
Problem: The evalfunc.c file is still too big. Solution: Move f_pathshorten() to filepath.c. Move f_cscope_connection() to if_cscope.c. Move diff_ functions to diff.c. Move timer_ functions to ex_cmds2.c. move callback functions to evalvars.c.
2019-09-05patch 8.1.1988: :startinsert! does not work the same way as "A"v8.1.1988Bram Moolenaar
Problem: :startinsert! does not work the same way as "A". Solution: Use the same code to move the cursor. (closes #4896)
2019-09-04patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-04patch 8.1.1986: more functions can be used as methodsv8.1.1986Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make textprop functions usable as a method.
2019-09-04patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar
Problem: Code for dealing with paths is spread out. Solution: Move path related functions from misc1.c to filepath.c. Remove NO_EXPANDPATH.
2019-09-04patch 8.1.1984: more functions can be used as methodsv8.1.1984Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-04patch 8.1.1983: compiler nags for uninitialized variable and unused functionv8.1.1983Bram Moolenaar
Problem: Compiler nags for uninitialized variable and unused function. Solution: Add unnecessary initialization. Move function inside #ifdef.
2019-09-04patch 8.1.1982: more functions can be used as methodsv8.1.1982Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make popup functions usable as a method.
2019-09-04patch 8.1.1981: the evalfunc.c file is too bigv8.1.1981Bram Moolenaar
Problem: The evalfunc.c file is too big. Solution: Move undo functions to undo.c. Move cmdline functions to ex_getln.c. Move some container functions to list.c.
2019-09-04patch 8.1.1980: fix for search stat not testedv8.1.1980Bram Moolenaar
Problem: Fix for search stat not tested. Solution: Add a screenshot test. (Christian Brabandt)
2019-09-04patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar
Problem: Code for handling file names is spread out. Solution: Move code to new filepath.c file. Graduate FEAT_MODIFY_FNAME.
2019-09-04patch 8.1.1978: the eval.c file is too bigv8.1.1978Bram Moolenaar
Problem: The eval.c file is too big. Solution: Move filter() and map() to list.c.
2019-09-04patch 8.1.1977: terminal debugger plugin may hangv8.1.1977Bram Moolenaar
Problem: Terminal debugger plugin may hang. Solution: Wait longer when still reading symbols.
2019-09-04patch 8.1.1976: Travis log always shows test outputv8.1.1976Bram Moolenaar
Problem: Travis log always shows test output. Solution: Change script to avoid if/else. (Ozaki Kiichi, closes #4892)
2019-09-04patch 8.1.1975: MS-Windows GUI responds slowly to timerv8.1.1975Bram Moolenaar
Problem: MS-Windows GUI responds slowly to timer. Solution: Break out of wait loop when timer was added or input is available. (closes #4893)
2019-09-04patch 8.1.1974: Coverity warns for using pointer as arrayv8.1.1974Bram Moolenaar
Problem: Coverity warns for using pointer as array. Solution: Call var2fpos() directly instead of using f_line().
2019-09-04patch 8.1.1973: cannot build without the quickfix featurev8.1.1973Bram Moolenaar
Problem: Cannot build without the quickfix feature. Solution: Remove #ifdef for qf_info_T.
2019-09-03patch 8.1.1972: no proper test for getchar()v8.1.1972Bram Moolenaar
Problem: No proper test for getchar(). Solution: Add a test with special characters.