aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0874: using old style comments in new fileJan Edmund Lazo2021-03-29
* vim-patch:8.1.0542: shiftwidth() does not take 'vartabstop' into accountVVKot2021-03-28
* vim-patch:8.1.0154: crash with "set smarttab shiftwidth=0 softtabstop=-1"VVKot2021-03-28
* vim-patch:8.1.0138: negative value of 'softtabstop' not used correctlyVVKot2021-03-28
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* Correctly splice extmarks on tab with noexpandtab setchentau2021-03-22
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* state: throttle batched event processing when input is availableBjörn Linse2021-03-08
* pos: define MAXCOL to INT_MAXJan Edmund Lazo2021-02-23
* vim-patch:8.2.2418: color not changed if ModeMsg highlight is set in InsertEnterJan Edmund Lazo2021-01-28
* vim-patch:8.2.0590: no 'backspace' value allows ignoring the insertion pointJan Edmund Lazo2021-01-05
* Merge pull request #13592 from bfredl/setmouseBjörn Linse2021-01-01
|\
| * ui: make 'mouse' handling in external UI more consistentBjörn Linse2021-01-01
* | Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"Jan Edmund Lazo2020-12-31
* | Revert "vim-patch:8.1.1189: mode is not cleared when leaving Insert mode"Jan Edmund Lazo2020-12-31
* | 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