aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* feat(lua): allow vim.on_key() callback to consume the key (#30939)errael2024-11-01
* refactor: use ERROR_SET() to check for error (#30594)zeertzjq2024-10-01
* fix(paste): only record a paste when it's from RPC (#30491)zeertzjq2024-09-24
* fix(paste): improve repeating of pasted text (#30438)zeertzjq2024-09-22
* refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes2024-09-10
* vim-patch:9.1.0644: Unnecessary STRLEN() when applying mapping (#29921)zeertzjq2024-07-31
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0642: Check that mapping rhs starts with lhs fails if not simpl...zeertzjq2024-07-30
* docs: misc (#29622)dundargoc2024-07-15
* vim-patch:9.1.0573: ex: no implicit print for single addresseszeertzjq2024-07-14
* vim-patch:9.1.0580: :lmap mapping for keypad key not applied when typed in Se...zeertzjq2024-07-14
* fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)zeertzjq2024-07-13
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0365: Crash when typing many keys with D- modifier (#28464)zeertzjq2024-04-23
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* vim-patch:9.1.0351: No test that completing a partial mapping clears 'showcmd...zeertzjq2024-04-19
* test: 'showcmd' with ext_messages and Visual selection (#28393)zeertzjq2024-04-18
* vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392)zeertzjq2024-04-18
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* test: add a bit more testing for vim.on_key() (#28095)zeertzjq2024-03-29
* vim-patch:9.1.0227: Recording may still be wrong in Select mode (#28092)zeertzjq2024-03-29
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* vim-patch:9.1.0060: Recorded register cannot be translated using keytrans() (...zeertzjq2024-01-29
* refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq2024-01-22
* perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
* refactor: the long goodbyedundargoc2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26