summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
AgeCommit message (Collapse)Author
2017-01-21patch 8.0.0209: cursor binding does not work with :substituteBram Moolenaar
Problem: When using :substitute with the "c" flag and 'cursorbind' is set the cursor is not updated in other windows. Solution: Call do_check_cursorbind(). (Masanori Misono)
2017-01-13patch 8.0.0177: BufEnter autocommand not fired for a directoryBram Moolenaar
Problem: When opening a buffer on a directory and inside a try/catch then the BufEnter event is not triggered. Solution: Return NOTDONE from readfile() for a directory and deal with the three possible return values. (Justin M. Keyes, closes #1375, closes #1353)
2016-12-14patch 8.0.0134Bram Moolenaar
Problem: Null pointer access reported by UBsan. Solution: Check curwin->w_buffer is not NULL. (Yegappan Lakshmanan)
2016-11-10patch 8.0.0073Bram Moolenaar
Problem: More comparisons between firstwin and lastwin. Solution: Use ONE_WINDOW for consistency. (Hirohito Higashi)
2016-10-21patch 8.0.0046Bram Moolenaar
Problem: Using NUL instead of NULL. Solution: Change to NULL. (Dominique Pelle)
2016-10-12patch 8.0.0029Bram Moolenaar
Problem: Code for MS-Windows is complicated because of the exceptions for old systems. Solution: Drop support for MS-Windows older than Windows XP. (Ken Takata)
2016-09-06patch 7.4.2341Bram Moolenaar
Problem: Tiny things. Test doesn't clean up properly. Solution: Adjust comment and white space. Restore option value.
2016-09-04patch 7.4.2324Bram Moolenaar
Problem: Crash when editing a new buffer and BufUnload autocommand wipes out the new buffer. (Norio Takagi) Solution: Don't allow wiping out this buffer. (partly by Hirohito Higashi) Move old style test13 into test_autocmd. Avoid ml_get error when editing a file.
2016-09-03patch 7.4.2312Bram Moolenaar
Problem: Crash when autocommand moves to another tab. (Dominique Pelle) Solution: When navigating to another window halfway the :edit command go back to the right window.
2016-08-29patch 7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-08-28patch 7.4.2283Bram Moolenaar
Problem: Part of ":oldfiles" command isn't cleared. (Lifepillar) Solution: Clear the rest of the line. (closes 1018)
2016-08-26patch 7.4.2263Bram Moolenaar
Problem: :filter does not work for many commands. Can only get matching messages. Solution: Make :filter work for :command, :map, :list, :number and :print. Make ":filter!" show non-matching lines.
2016-08-26patch 7.4.2262Bram Moolenaar
Problem: Fail to read register content from viminfo if it is 438 characters long. (John Chen) Solution: Adjust the check for line wrapping. (closes #1010)
2016-08-25patch 7.4.2253Bram Moolenaar
Problem: Check for Windows 3.1 will always return false. (Christian Brabandt) Solution: Remove the dead code.
2016-08-24patch 7.4.2250Bram Moolenaar
Problem: Some error message cannot be translated. Solution: Enclose them in _() and N_(). (Dominique Pelle)
2016-08-24patch 7.4.2247Bram Moolenaar
Problem: Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef.
2016-08-24patch 7.4.2246Bram Moolenaar
Problem: Oldfiles test fails. Solution: Include missing changes.
2016-08-21patch 7.4.2239Bram Moolenaar
Problem: Warning for missing declaration of skip_vimgrep_pat(). (John Marriott) Solution: Move it to another file.
2016-08-20patch 7.4.2231Bram Moolenaar
Problem: ":oldfiles" output is a very long list. Solution: Add a pattern argument. (Coot, closes #575)
2016-08-17patch 7.4.2225Bram Moolenaar
Problem: Crash when placing a sign in a deleted buffer. Solution: Check for missing buffer name. (Dominique Pelle). Add a test.
2016-08-16patch 7.4.2219Bram Moolenaar
Problem: Recursive call to substitute gets stuck in sandbox. (Nikolai Pavlov) Solution: Handle the recursive call. (Christian Brabandt, closes #950) Add a test.
2016-07-30patch 7.4.2133Bram Moolenaar
Problem: Can't build with tiny features. Solution: Add #ifdef.
2016-07-30patch 7.4.2128Bram Moolenaar
Problem: Memory leak when saving for undo fails. Solution: Free allocated memory. (Hirohito Higashi)
2016-07-29patch 7.4.2114Bram Moolenaar
Problem: Tiny build fails. Solution: Always include vim_time().
2016-07-26patch 7.4.2106Bram Moolenaar
Problem: Clang warns about missing field in initializer. Solution: Define COMMA and use it. (Kazunobu Kuriyama)
2016-07-24patch 7.4.2101Bram Moolenaar
Problem: Looping over windows, buffers and tab pages is inconsistant. Solution: Use FOR_ALL_ macros everywhere. (Yegappan Lakshmanan)
2016-07-10patch 7.4.2024Bram Moolenaar
Problem: More buf_valid() calls can be optimized. Solution: Use bufref_valid() instead.
2016-07-10patch 7.4.2021Bram Moolenaar
Problem: Still too many buf_valid() calls. Solution: Make au_new_curbuf a bufref. Use bufref_valid() in more places.
2016-07-09patch 7.4.2015Bram Moolenaar
Problem: When a file gets a name when writing it 'acd' is not effective. (Dan Church) Solution: Invoke DO_AUTOCHDIR after writing the file. (Allen Haim, closes #777, closes #803) Add test_autochdir() to enable 'acd' before "starting" is reset.
2016-07-03patch 7.4.1988Bram Moolenaar
Problem: When updating viminfo with file marks there is no time order. Solution: Remember the time when a buffer was last used, store marks for the most recently used buffers.
2016-07-02patch 7.4.1987Bram Moolenaar
Problem: When copying unrecognized lines for viminfo, end up with useless continuation lines. Solution: Skip continuation lines.
2016-07-01patch 7.4.1976Bram Moolenaar
Problem: Number variables are not 64 bits while they could be. Solution: Add the num64 feature. (Ken Takata)
2016-07-01patch 7.4.1975Bram Moolenaar
Problem: On MS-Windows large files (> 2Gbyte) cause problems. Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct stat". Use 64 bit system functions if available. (Ken Takata)
2016-07-01patch 7.4.1970Bram Moolenaar
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)
2016-06-26patch 7.4.1955Bram Moolenaar
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)
2016-06-20patch 7.4.1947Bram Moolenaar
Problem: Viminfo continuation line with wrong length isn't skipped. (Marius Gedminas) Solution: Skip a line when encountering an error, but not two lines.
2016-06-13patch 7.4.1931Bram Moolenaar
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.
2016-06-12patch 7.4.1925Bram Moolenaar
Problem: Viminfo does not merge file marks properly. Solution: Use a timestamp. Add the :clearjumps command.
2016-06-11patch 7.4.1921Bram Moolenaar
Problem: vim_time() not included when needed. Solution: Adjust #ifdef.
2016-06-11patch 7.4.1919Bram Moolenaar
Problem: Register contents is not merged when writing viminfo. Solution: Use timestamps for register contents.
2016-06-11patch 7.4.1918Bram Moolenaar
Problem: Not enough testing for parsing viminfo lines. Solution: Add test with viminfo lines in bad syntax. Fix memory leak.
2016-06-11patch 7.4.1917Bram Moolenaar
Problem: History lines read from viminfo in different encoding than when writing are not converted. Solution: Convert the history lines.
2016-06-09patch 7.4.1913Bram Moolenaar
Problem: When ":doautocmd" is used modelines are used even when no autocommands were executed. (Daniel Hahler) Solution: Skip processing modelines. (closes #854)
2016-06-09patch 7.4.1911Bram Moolenaar
Problem: Recent history lines may be lost when exiting Vim. Solution: Merge history using the timestamp.
2016-06-07patch 7.4.1907Bram Moolenaar
Problem: Warnings from 64 bit compiler. Solution: Change type to size_t. (Mike Williams)
2016-06-06patch 7.4.1905Bram Moolenaar
Problem: Some compilers can't handle a double semicolon. Solution: Remove one semicolon.
2016-06-06patch 7.4.1903Bram Moolenaar
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.
2016-06-04patch 7.4.1900Bram Moolenaar
Problem: Using CTRL-] in the help on "{address}." doesn't work. Solution: Recognize an item in {}. (Hirohito Higashi, closes #814)
2016-04-14patch 7.4.1728Bram Moolenaar
Problem: The help for functions require a space after the "(". Solution: Make CTRL-] on a function name ignore the arguments. (Hirohito Higashi)
2016-04-13patch 7.4.1726Bram Moolenaar
Problem: ANSI compiler complains about string length. Solution: Split long string in two parts. (Michael Jarvis)