aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* add_pathsep(): Return false if filename is too long.cztchoice2017-01-23
* refactor: strlcat instead of str{n}cat.cztchoice2017-01-23
* ex_cmds: Also pass correct length in windows codeZyX2017-01-23
* coverity/155511: Pass correct length argument to strncat()ZyX2017-01-23
* open_buffer(): Do `BufEnter` for directories.Justin M. Keyes2017-01-12
* inccommand: Suppress error reporting when previewing commandsJames McCoy2017-01-11
* vim-patch:7.4.2015Shougo Matsushita2017-01-02
* Merge pull request #5613 from jamessan/vim-7.4.2183James McCoy2017-01-01
|\
| * lintJames McCoy2016-12-28
| * vim-patch:7.4.2225James McCoy2016-12-28
* | vim-patch:7.4.1970 (#5850)lonerover2016-12-31
|/
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* inccommand=nosplit: Jump to first match.Justin M. Keyes2016-11-15
* 'inccommand': Detect "non-interactive", "too slow".Justin M. Keyes2016-11-15
* 'inccommand': Simplify cursor placement logic.Justin M. Keyes2016-11-11
* 'inccommand': buftype=nofile, restore cursor/viewJustin M. Keyes2016-11-10
* Merge #5561 'inccommand'Justin M. Keyes2016-11-09
|\
| * 'inccommand': Preserve curbuf->b_u_newhead.Justin M. Keyes2016-11-09
| * perf: do_sub(): avoid work, avoid screen updatesJustin M. Keyes2016-11-08
| * 'inccommand': preserve 'modified'Justin M. Keyes2016-11-08
| * 'inccommand': rename 'incsubstitute'Justin M. Keyes2016-11-08
| * 'inccommand': format line numbers as "|123| "Justin M. Keyes2016-11-08
| * 'inccommand': set buffer name to [Preview]Justin M. Keyes2016-11-08
| * 'inccommand': disable 'cursorline', 'spell' in previewJustin M. Keyes2016-11-08
| * 'inccommand': preserve b:changedtickJustin M. Keyes2016-11-08
| * lintJustin M. Keyes2016-11-08
| * 'inccommand': reworkJustin M. Keyes2016-11-08
| * LintedKillTheMule2016-10-30
| * Incsubsitution featureKillTheMule2016-10-30
* | lintJustin M. Keyes2016-10-30
* | ex_global: Catch CTRL-C even if it is mapped.Justin M. Keyes2016-10-30
|/
* Merge #5500Justin M. Keyes2016-10-26
|\
| * Fix lint errors.Grzegorz Milka2016-10-23
| * vim-patch:7.4.2312Grzegorz Milka2016-10-23
* | vim-patch:7.4.2128 (#5517)Michael Ennen2016-10-26
|/
* main.c: "BufReadCmd term://": Skip existing terminal.Justin M. Keyes2016-10-12
* terminal: Move re-edit detection to do_ecmd(). #5445Harm te Hennepe2016-10-12
* doc: minor comment tweaksJustin M. Keyes2016-09-28
* vim-patch 7.4.1266Michael Ennen2016-09-18
* vim-patch:7.4.1913 (#5260)Jurica Bradarić2016-09-04
* vim-patch:7.4.1900 (#5259)Jurica Bradarić2016-09-04
* perf: Disable clipboard in do_cmdline().Justin M. Keyes2016-08-25
* ops.c: Rename start_global_changes().Justin M. Keyes2016-08-25
* ex_cmds: Factor pieces of functionality out of do_subJames McCoy2016-08-20
* lintJames McCoy2016-08-20
* vim-patch:7.4.2219James McCoy2016-08-20
* coverity/150263: s/STRCPY/STRLCPY/, bounds check (#5036)J Phani Mahesh2016-07-20
* lintJames McCoy2016-07-08
* vim-patch:7.4.1551James McCoy2016-07-08
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06