aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* Merge #3745 from cacplate/ops_WconversionJustin M. Keyes2016-06-13
|\
| * ops.c: enable -Wconversion warningCharles Joachim2016-05-30
* | *: Rename main loop variable from loop to main_loopZyX2016-05-30
|/
* Merge pull request #4644 from KillTheMule/vim-7.4.882Justin M. Keyes2016-05-04
|\
| * vim-patch:7.4.882KillTheMule2016-04-29
* | *: Fix new linter errorsZyX2016-05-01
|/
* vim-patch:7.4.1296KillTheMule2016-04-27
* Merge pull request #4622 from Shougo/vim-7.4.1753Justin M. Keyes2016-04-27
|\
| * vim-patch:7.4.1753Shougo Matsushita2016-04-22
* | 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