aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* build: fix warningJustin M. Keyes2019-04-07
* vim-patch:8.1.1123: avoid filtering autocompleteroxma2019-04-07
* PVS/V560: expression is always trueJustin M. Keyes2019-04-01
* clang/"null pointer dereference": insert_executeJustin M. Keyes2019-04-01
* Merge #9807 from mhinz/window-local-last-cursormovedMarco Hinz2019-03-31
|\
| * cursormoved: make global last_cursormoved window-localMarco Hinz2019-03-29
* | autocmd: rename MenuPopupChanged to CompleteChanged #9819Qiming zhao2019-03-31
* | complete_info(): fix null referenceJustin M. Keyes2019-03-30
* | Merge #9815 'vim-patch:8.1.1068: complete_info()'Justin M. Keyes2019-03-30
|\ \ | |/ |/|
| * vim-patch:8.1.1068: cannot get all the information about current completionShougo Matsushita2019-03-30
|/
* signs: support multiple columns #9295Dan Aloni2019-03-25
* Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
* Merge pull request #9616 from chemzqm/completechangeBjörn Linse2019-03-16
|\
| * autocmd: add MenuPopupChanged autocmdchemzqm2019-03-15
* | vim-patch:8.1.0728: avoid breaking after single space #9733Jan Edmund Lazo2019-03-15
* | vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
|/
* edit.c: Disable indent during completionlePerdu2019-03-03
* cleanup: remove legacy `enc_dbcs` global #9660Justin M. Keyes2019-03-02
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* rename ui_is_external to ui_has (#9576)Justin M. Keyes2019-02-03
* vim-patch:8.1.0792: bad display if opening cmdline window from Insert completionBjörn Linse2019-02-02
* Reduce pum redraws from edit.c by delaying undisplay of pumBjörn Linse2019-02-02
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* ui: multigrid mouse supportBjörn Linse2019-01-20
* display: unify cursorline and concealcursor redraw logicBjörn Linse2019-01-13
* normal/edit: add missing "need_cursor_line_redraw = false"Björn Linse2019-01-12
* screen: make update_screen() the only entry point for redrawingBjörn Linse2019-01-11
* Merge pull request #9479 from bfredl/redrawsignBjörn Linse2019-01-09
|\
| * remove dead argument of redrawWinlineBjörn Linse2019-01-09
* | api: select items in popupmenuBjörn Linse2019-01-09
|/
* lintJan Edmund Lazo2019-01-07
* vim-patch:8.1.0696: when test_edit fails 'insertmode' may not be resetJan Edmund Lazo2019-01-06
* multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse2018-12-31
* multigrid: various cleanup (types, unused parameters)Björn Linse2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: avoid allocation when not ext_multigrid.Björn Linse2018-12-31
* multigrid: Add ScreenGrid as a param to multibyte functionsUtkarsh Maheshwari2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* insert: make <cmd> mapping work in completion (CTRL-X) modeBjörn Linse2018-12-01
* vim-patch:8.0.1731: characters deleted on completionJan Edmund Lazo2018-11-20
* vim-patch:8.1.0504: when CTRL-C is mapped it triggers InsertLeave (#9192)Jan Edmund Lazo2018-11-03
* vim-patch:8.0.1766: expanding abbreviation doesn't workJan Edmund Lazo2018-11-01
* vim-patch:8.0.1758: open_line() returns TRUE/FALSE for success/failureJan Edmund Lazo2018-11-01
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* vim-patch:8.1.0372: screen updating slow when 'cursorline' is set (#8986)Justin M. Keyes2018-09-12
* vim-patch:8.0.1809: various typosJan Edmund Lazo2018-09-11
* vim-patch:8.0.1154: 'indentkeys' does not work properly (#8980)Jan Edmund Lazo2018-09-11
* lint: clean-up after parent commitsZviRackover2018-09-09