aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* mouse: Implement horizontal scroll. #3450bambu2016-04-25
* Merge pull request #3951 from cacplate/misc1_WconversionBjörn Linse2016-04-18
|\
| * misc1.c: enable -WconversionCharles Joachim2016-04-17
* | *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
|/
* complete: noinsert/noselect should not set 'modified'. #4509Shougo Matsushita2016-04-09
* edit.c: K_EVENT should not hide the popupmenuBjörn Linse2016-03-17
* complete: disable folding when completingAnmol Sethi2016-03-09
* edit.c: change return type to boolCharles Joachim2016-03-02
* Merge pull request #4315 from justinmk/compl_flickerJustin M. Keyes2016-02-22
|\
| * ins_complete: Avoid semi-global state.Justin M. Keyes2016-02-22
| * completion: Avoid flicker.Shougo Matsushita2016-02-21
* | keymap: Support <D-...> (super/command key).Justin M. Keyes2016-02-22
|/
* Merge #2674Justin M. Keyes2016-02-13
|\
| * edit.c: fix incorrect redo buffersolawing2016-01-29
| * edit.c: fix flicker in popup menusolawing2016-01-29
* | vim-patch:7.4.688 #4159watiko2016-02-05
|/
* vim-patch:7.4.680Justin Gassner2016-01-22
* fileio: Replace some event checking functions with one has_eventCharles Joachim2016-01-11
* Fix linting errors.Johan Klokkhammer Helsing2015-12-13
* vim-patch:7.4.803Johan Klokkhammer Helsing2015-12-13
* Merge pull request #3838 from Shougo/vim-7.4.658Justin M. Keyes2015-12-13
|\
| * vim-patch:7.4.658Shougo Matsushita2015-12-13
* | vim-patch:7.4.640Shougo Matsushita2015-12-13
|/
* 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
* Implement handling of terminal focus eventsJoe Hermaszewski2015-11-17
* edit.c: Fix one clint warningThiago de Arruda2015-10-26
* edit: Extract some functions from `insert_execute`Thiago de Arruda2015-10-26
* edit: Move most code from `edit()` to `insert_{enter,check,execute}`Thiago de Arruda2015-10-26
* edit: Extract local variables from edit() and fix code styleThiago de Arruda2015-10-26
* input: Remove CURSORHOLD keyThiago de Arruda2015-10-26
* vim-patch:7.4.849Justin M. Keyes2015-10-26
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* terminal: Don't enter terminal mode from `:normal`Thiago de Arruda2015-09-18
* 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
* Add complete() noinsert/noselect support #2792Shougo Matsushita2015-06-11
* Add noinsert and noselect features in completeopt #2564Shougo Matsushita2015-06-04
* 'cpoptions': Remove "j" flagDavid Bürgin2015-05-25
* completion: Add v:completed_item feature #2563Shougo Matsushita2015-05-24
* 'cpoptions': Remove "-" flag #2655David Bürgin2015-05-21
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* vim-patch:7.4.653 #2527Florian Walch2015-04-30
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_isxdigit() with to ascii_isxdigit() 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