aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
Commit message (Expand)AuthorAge
* refactor(grid): unify the two put-text-on-the-screen code pathsbfredl2023-09-29
* refactor: remove longdundargoc2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
* vim-patch:9.0.1915: r_CTRL-C works differently in visual mode (#25248)zeertzjq2023-09-20
* vim-patch:9.0.1866: undo is synced after character find (#25021)zeertzjq2023-09-05
* fix: use snprintf instead of sprintfLewis Russell2023-08-31
* vim-patch:9.0.1792: problem with gj/gk/gM and virtual text (#24898)zeertzjq2023-08-27
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* docs: various clarifications (#24876)zeertzjq2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:8.1.2062: the mouse code is spread out (#24817)zeertzjq2023-08-21
* vim-patch:8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()zeertzjq2023-08-21
* vim-patch:8.1.2047: cannot check the current statezeertzjq2023-08-21
* vim-patch:8.1.2046: SafeState may be triggered at the wrong momentzeertzjq2023-08-21
* vim-patch:8.1.2044: no easy way to process postponed workzeertzjq2023-08-21
* vim-patch:9.0.1761: g<kEnd> behaves different from g<end>zeertzjq2023-08-21
* vim-patch:9.0.1753: can't move to last non-blank charzeertzjq2023-08-21
* refactor: cast to int earlier when using 'so' and 'siso' (#24756)zeertzjq2023-08-17
* fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
* vim-patch:9.0.1694: wrong mapping applied when replaying a char search (#24670)zeertzjq2023-08-12
* vim-patch:9.0.1693: Ctrl-Q not handled like Ctrl-V in replace mode (#24669)zeertzjq2023-08-12
* refactor: remove longdundargoc2023-07-03
* vim-patch:9.0.1599: Cursor not adjusted when 'splitkeep' is not "cursor" (#23...luukvbaal2023-06-02
* refactor(api): new helper macrosFamiu Haque2023-05-23
* vim-patch:9.0.0064: confusing error when using "q:" in command line windowzeertzjq2023-05-13
* vim-patch:9.0.1545: text not scrolled when cursor moved with "g0" and "h" (#2...luukvbaal2023-05-13
* fix(redo): make redo of Lua mappings in op-pending mode work (#23566)zeertzjq2023-05-10
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:9.0.0901: setting w_leftcol and handling side effects is confusingLuuk van Baal2023-05-02
* vim-patch:9.0.0751: 'scrolloff' does not work well with 'smoothscroll'Luuk van Baal2023-05-02
* vim-patch:9.0.0734: cursor position invalid when scrolling with 'smoothscroll'Luuk van Baal2023-05-02
* vim-patch:9.0.0643: smoothscroll test failsLuuk van Baal2023-05-02
* fix(normal): make "g$" work properly with resized gridzeertzjq2023-05-02
* vim-patch:9.0.1336: functions without arguments are not always declared properlyzeertzjq2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.1490: the ModeChanged event may be triggered too oftenzeertzjq2023-04-26
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* vim-patch:9.0.0947: invalid memory access in substitute with function (#23126)zeertzjq2023-04-16
* vim-patch:9.0.1451: unnecessary redrawing when 'showcmdloc' is not "last"Luuk van Baal2023-04-13
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* vim-patch:9.0.1428: cursor in wrong position when leaving insert mode (#22786)zeertzjq2023-03-26
* refactor(screen): screen.c delenda estbfredl2023-03-14
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* vim-patch:9.0.1385: g'Esc is considered an error (#22544)zeertzjq2023-03-06
* feat(edit)!: remove old c implementation of hebrew keymapbfredl2023-02-28
* vim-patch:9.0.1356: cannot cancel "gr" with Esczeertzjq2023-02-26
* vim-patch:9.0.1354: "gr CTRL-G" stays in virtual replace modezeertzjq2023-02-26
* vim-patch:9.0.1324: "gj" and "gk" do not move correctly over a closed fold (#...luukvbaal2023-02-19