aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.1032: warnings from clang static analyzerJan Edmund Lazo2020-12-28
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.1.1189: mode is not cleared when leaving Insert modeJan Edmund Lazo2020-12-25
* vim-patch:8.1.0822: peeking and flushing output slows down executionJan Edmund Lazo2020-12-25
* Merge pull request #13595 from teto/fix-fillerBjörn Linse2020-12-24
|\
| * fix: appease linterMatthieu Coudron2020-12-24
| * refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
| * refactor: pass the window to get_(side)scrolloff_valueMatthieu Coudron2020-12-23
* | vim-patch:8.2.2166: auto format doesn't work when deleting textJan Edmund Lazo2020-12-20
|/
* vim-patch:8.2.2130: Insert mode completion messages end up in message historyJan Edmund Lazo2020-12-12
* 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