aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* vim-patch:0 completion-related patches #5745 #5829Shougo Matsushita2016-12-26
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* 'inccommand': Detect "non-interactive", "too slow".Justin M. Keyes2016-11-15
* 'inccommand': Restore cursor/view if cancelled.Justin M. Keyes2016-11-10
* 'inccommand': buftype=nofile, restore cursor/viewJustin M. Keyes2016-11-10
* 'inccommand': preserve 'modified'Justin M. Keyes2016-11-08
* 'inccommand': Do not trigger during scripts, feedkeys().Justin M. Keyes2016-11-08
* 'inccommand': rename 'incsubstitute'Justin M. Keyes2016-11-08
* 'inccommand': reworkJustin M. Keyes2016-11-08
* Incsubsitution featureKillTheMule2016-10-30
* Fix lint errors.Grzegorz Milka2016-10-23
* vim-patch:7.4.2312Grzegorz Milka2016-10-23
* hist_char2type: Return '/' for NUL.James McCoy2016-10-18
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* vim-patch:7.4.1820Jurica Bradaric2016-09-25
* vim-patch:7.4.1818Jurica Bradaric2016-09-25
* vim-patch:7.4.1671Jurica Bradaric2016-09-25
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* lintJames McCoy2016-07-08
* vim-patch:7.4.1554James McCoy2016-07-08
* vim-patch:7.4.1492James McCoy2016-07-08
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* cmdline: Redraw the cmdline after processing eventsBjörn Linse2016-05-24
* Linting.KillTheMule2016-05-02
* vim-patch:7.4.672KillTheMule2016-05-02
* *: Fix new linter errorsZyX2016-05-01
* ex_getln: Do not crash with :append/:insert/:changeZyX2016-04-29
* ex_getln: Make get_histtype return HIST_DEFAULT if neededZyX2016-04-18
* ex_getln: Make get_histtype accept length argumentZyX2016-04-18
* vim-patch:7.4.973watiko2016-03-06
* ex_getln.c: Enable middle click pasting in command modewatiko2016-03-06
* vim-patch:7.4.933watiko2016-02-16
* vim-patch:7.4.926watiko2016-02-16
* vim-patch:7.4.758Jurica Bradaric2016-02-09
* vim-patch:7.4.1027watiko2016-02-01
* vim-patch:7.4.782watiko2016-02-01
* vim-patch:7.4.654Jurica Bradaric2016-01-22
* Merge #3916 "Add support for binary numbers".Justin M. Keyes2016-01-21
|\
| * Fix lint issuesJason Schulz2016-01-15
| * Add support for binary numbersJason Schulz2016-01-15
* | misc: UNIX => Unix #4022Seth Jackson2016-01-16
|/
* Fix Windows code in command_line_execute()Rui Abreu Ferreira2015-12-04
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* Enable focus events in cmdline and terminal modesJoe Hermaszewski2015-11-23
* ex_getln: Extract command_line_handle_key from command_line_executeThiago de Arruda2015-10-26
* ex_getln: Convert `cmdline_{not_,}changed` labels into functionsThiago de Arruda2015-10-26
* ex_getln: refactor command line mode to use the `state_enter` loopThiago de Arruda2015-10-26
* ex_getln: Extract local variables from getcmdline() and fix code styleThiago de Arruda2015-10-26