aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
...
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | fix(extmarks): revert to int for extmark rowzeertzjq2022-05-07
|/
* refactor: enable -Wconversion warning for edit.cDundar Goc2022-05-06
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* vim-patch:8.2.4865: :startinsert right after :stopinsert may not work (#18418)zeertzjq2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeyszeertzjq2022-04-29
* vim-patch:8.2.0916: mapping with partly modifyOtherKeys code does not workzeertzjq2022-04-29
* revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
* feat(edit): insert an unsimplified key using CTRL-SHIFT-Vzeertzjq2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.3226: new digraph functions use old naming schemezeertzjq2022-04-12
* vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event (#...zeertzjq2022-04-12
* vim-patch:8.2.4713: plugins cannot track text scrollingzeertzjq2022-04-12
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* vim-patch:8.2.4710: smart indenting does not work after completion (#18030)zeertzjq2022-04-08
* vim-patch:8.2.4707: redrawing could be a bit more efficient (#18022)zeertzjq2022-04-07
* vim-patch:8.2.4660: cursorcolumn is sometimes not correctzeertzjq2022-04-01
* refactor: remove redundant check for w_p_cole (#17944)zeertzjq2022-04-01
* perf: only redraw concealed line if cursor has moved horizontallyzeertzjq2022-03-28
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* chore: fix typos (#17670)dundargoc2022-03-17
* refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
* vim-patch:8.2.4273: the EBCDIC support is outdatedzeertzjq2022-02-01
* vim-patch:8.2.3935: CTRL-U in Insert mode does not fix the indentzeertzjq2022-01-31
* vim-patch:8.2.3932: C line comment not formatted properlyzeertzjq2022-01-31
* vim-patch:8.2.3787: no proper formatting of a C line comment after a statementzeertzjq2022-01-31
* fix(completion): update submode message when selecting from API (#17022)zeertzjq2022-01-28
* Merge pull request #17191 from zeertzjq/vim-8.2.4203bfredl2022-01-27
|\
| * vim-patch:8.2.4203: entering a character with CTRL-V may include modifierszeertzjq2022-01-25
* | Merge pull request #17095 from zeertzjq/vim-8.2.3227bfredl2022-01-27
|\ \
| * | vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
* | | Merge pull request #17102 from zeertzjq/vim-8.2.1762bfredl2022-01-27
|\ \ \ | |_|/ |/| |
| * | vim-patch:8.2.1762: when a timer uses :stopinsert completion isn't stoppedzeertzjq2022-01-15
| |/
* / refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
|/
* feat(completion): support selecting item via API from Lua mappingzeertzjq2022-01-11
* fix(completion): prevent K_LUA from closing pumzeertzjq2022-01-10
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* fix: do not save K_EVENT as lastc in Insert modezeertzjq2021-12-26
* vim-patch:8.1.0040: warnings from 64-bit compilerVVKot2021-12-20
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move insertmode related function to edit.cBjörn Linse2021-12-10
* vim-patch:8.2.2014: using CTRL-O in a prompt buffer moves cursor to startSean Dewar2021-12-07
* vim-patch:8.2.1976: cannot backspace in prompt buffer after using cursor-leftSean Dewar2021-12-07
* vim-patch:8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"Sean Dewar2021-12-07
* vim-patch:8.1.0035: not easy to switch between prompt buffer and other windowsSean Dewar2021-12-07