aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.1907: complete_info().selected may be wrongJan Edmund Lazo2020-12-03
* vim-patch:8.2.1673: complete_info() selected index has an invalid valueJan Edmund Lazo2020-12-03
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* fix: address issues for BufModifiedSetRom Grk2020-11-09
* fix: rename to BufModifiedSetRom Grk2020-11-07
* feat: implement BufModified autocmdRom Grk2020-11-07
* Merge branch 'master' into add-scroll-eventsRom Grk2020-11-03
|\
| * api: add API for themesBjörn Linse2020-11-01
| * vim-patch:8.1.1769: 'shellslash' is also used for completionskippi2020-10-26
| * vim-patch:8.2.0901: formatting CJK text isn't optimalJan Edmund Lazo2020-10-23
| * vim-patch:8.2.1874: can't do something just before leaving Insert modeJan Edmund Lazo2020-10-21
* | feat: implement a working WinScrolled autocmdRom Grk2020-10-28
* | scroll: use win->w_viewport_invalidRom Grk2020-10-24
* | scroll: cleanup unnecessary code & commentsRom Grk2020-10-24
* | implement scroll autocommandRom Grk2020-10-21
|/
* Treat unmapped ALT/META as ESC+c in all modesMatt Wozniski2020-10-05
* extmark: separate extmark_splice_cols for column-only changeBjörn Linse2020-09-09
* vim-patch:8.2.0649: undo problem whn an InsertLeave autocommand resets undoJan Edmund Lazo2020-05-03
* vim-patch:8.2.0084: complete item "user_data" can only be a stringBlaž Hrastnik2020-04-29
* vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
* vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...Will Eccles2020-03-17
* foldcolumn: allow auto:XMatthieu Coudron2020-02-29
* PVS/V618: fix printf-style args #11888Justin M. Keyes2020-02-22
* clang/scan-build: fix dead stores #11900Hirokazu Hata2020-02-18
* vim-patch:8.1.0069: cannot handle pressing CTRL-C in a prompt buffererw72020-02-12
* vim-patch:8.1.0036: not restoring Insert mode if leaving prompt buffer with m...erw72020-02-12
* vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a joberw72020-02-12
* vim-patch:8.2.0158: triggering CompleteDone earlier is not backwards compatibleJan Edmund Lazo2020-01-26
* vim-patch:8.2.0152: restoring ctrl_x_mode is not neededJan Edmund Lazo2020-01-26
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* vim-patch:8.2.0123: complete_info() does not work when CompleteDone is triggeredJan Edmund Lazo2020-01-17
* vim-patch:8.1.0716: get warning message when 'completefunc' returns nothingJan Edmund Lazo2020-01-17
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* edit.c: Ensure undo sync when emulating <Esc>x #11706Matthew Malcomson2020-01-12
* vim-patch:8.0.1356: using simalt in a GUIEnter autocommand inserts charactersJan Edmund Lazo2019-12-30
* refactor: use inserted_bytes pattern from vimBjörn Linse2019-11-23
* bufhl: use extmark column adjustment for bufhlBjörn Linse2019-11-23
* vim-patch:8.0.1449: slow redrawing with DirectXJan Edmund Lazo2019-11-19
* nsmarks: initial committimeyyy2019-11-11
* vim-patch:8.1.2173: searchit() has too many argumentsJaehwang Jerry Jung2019-10-27
* Merge #11199 from bobrippling/vim-8.1.1228Justin M. Keyes2019-10-22
|\
| * vim-patch:8.1.1228: not possible to process tags with a functionRob Pilling2019-10-22
* | vim-patch:8.1.2096: too many #ifdefs #11229Daniel Hahler2019-10-17
|/
* vim-patch:8.0.1806: InsertCharPre causes problems for autocompleteJan Edmund Lazo2019-09-02
* vim-patch:8.1.0233: "safe" argument of call_vim_function() is always FALSEJan Edmund Lazo2019-08-30
* clang/"null pointer dereference" #10864Ihor Antonov2019-08-27
* clang/"dereference of null pointer" #10856Ihor Antonov2019-08-26
* Merge #10823 from janlazo/vim-8.1.1124Justin M. Keyes2019-08-21
|\
| * edit: add nonnull func attributeJan Edmund Lazo2019-08-21
| * edit: compl_started,compl_used_match are boolJan Edmund Lazo2019-08-21