aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
...
* 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
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* clipboard: cleanup `valid_yank_reg` and use it for `:redir`Björn Linse2015-04-17
* clipboard: simplify handling of of put in visual mode.Björn Linse2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Merge pull request #2346 from splinterofchaos/fix-terminalScott Prager2015-04-08
|\
| * terminal: Handle loss of focus in event loop.Scott Prager2015-04-05
* | Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07
|/
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05
* Macro cleanup: HAVE_SANDBOXMichael Reed2015-03-05
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* Remove nonnullret deadcode: xcalloc.Eliseo Martínez2015-01-27
* Remove nonnullret deadcode: vim_strsave.Eliseo Martínez2015-01-27
* Remove nonnullret deadcode: str_foldcase & vim_strnsave.Eliseo Martínez2015-01-27
* Remove nonnullret deadcode: addstar.Eliseo Martínez2015-01-27
* vim-patch:7.4.514Florian Walch2015-01-26
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* vim-patch:7.4.492Pavel Platto2015-01-19
* Macro cleanup: PROTOMichael Reed2015-01-14
* Revert "[WIP] "abstract_ui" fixes and improvements"Justin M. Keyes2015-01-12
* ui: Test for abstract_ui whenever a minimal t_colors value is requiredThiago de Arruda2015-01-10
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13