aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
...
* 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
* main: Extract `normal_check` from `main_loop`Thiago de Arruda2015-10-26
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* ex_getln: Fix memory leak when overwriting history itemZyX2015-10-08
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* ex_getln: Return something from hist_type2char without assertsZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* shada: Initial support for merging historyZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* tui: Don't use 'pastetoggle' for automatic pastingThiago de Arruda2015-10-01
* path.c: Fix memory leak in expand_wildcards().oni-link2015-09-09
* event: Refactor async event processingThiago de Arruda2015-08-13
* loop: Simplify loop.c and move some code to input.cThiago de Arruda2015-08-13
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* Remove char_u: add_pathsep()Mark Bainter2015-05-06
* vim-patch:7.4.542Felipe Morales2015-04-28
* Fix warnings: ex_getln.c: getexmodeline(): HI.Eliseo Martínez2015-04-27
* Fix warnings: ex_getln.c: init_history(): Nonnull attr passed null: HI.Eliseo Martínez2015-04-27
* ex_getln: Fixes for some problems with getexmodeline()oni-link2015-04-26
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Merge #2491: Fix xfree of static value from vim_getenv() refactor.Eliseo Martínez2015-04-23
|\
| * Fix xfree of static value in expand_shellcmd()Mark Bainter2015-04-23
* | Fix warnings: ex_getln.c: init_history(): NP dereference: FP.Eliseo Martínez2015-04-23
|/
* Merge #2418: Remove char_u (4)Eliseo Martínez2015-04-19
|\
| * Refactor get_env() to respect const qualifierMark Bainter2015-04-18
| * Remove char_u: vim_getenv()Mark Bainter2015-04-17
* | clipboard: cleanup `valid_yank_reg` and use it for `:redir`Björn Linse2015-04-17
|/
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07
* Fix problem with coverity/105568 fix.oni-link2015-04-05
* Update comments for expand_wildcards functions.oni-link2015-04-05
* vim-patch:7.4.324David Bürgin2015-03-30