summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/getchar.c
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-02-22vim-patch:9.2.0041: Not always using GA_CONCAT_LITERALzeertzjq1
2026-01-16vim-patch:8.2.0370: the typebuf_was_filled flag is sometimes not reset (#37404)Jan Edmund Lazo1
2026-01-15vim-patch:9.1.0697: [security]: heap-buffer-overflow in ins_typebuf (#37372)Jan Edmund Lazo1
2025-12-29vim-patch:9.1.2030: inefficient use of ga_concat() (#37151)zeertzjq1
2025-12-14vim-patch:7.4.1886 (#36945)zeertzjq1
2025-12-12vim-patch:9.1.1969: Wrong cursor position after formatting with long 'formatp...zeertzjq1
2025-11-20fix(input): discard following keys when discarding <Cmd>/K_LUA (#36498)zeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-13feat(ui): support grid=0 in nvim_input_mouse #32535fredizzimo1
2025-08-25vim-patch:8.1.2371: FEAT_TEXT_PROP is a confusing name (#35466)Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-07-05refactor(getchar): rename test variable (#34769)zeertzjq1
2025-07-04test(old): emulate test_override('char_avail') using FFIzeertzjq1
2025-06-09fix(messages): recognize cmdline one_key/number prompt State (#34206)luukvbaal1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-03-19fix(messages): incorrect error message splitting and kind #32990luukvbaal1
2025-03-03vim-patch:9.1.1169: using global variable for get_insert()/get_lambda_name() ...zeertzjq1
2025-02-27vim-patch:9.1.1152: Patch v9.1.1151 causes problemszeertzjq1
2025-02-27vim-patch:9.1.1151: too many strlen() calls in getchar.czeertzjq1
2025-02-05fix(event-loop): process input before events in getchar() (#32322)zeertzjq1
2025-02-03vim-patch:9.1.1070: Cannot control cursor positioning of getchar() (#32303)zeertzjq1
2025-02-02vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)zeertzjq1
2025-01-16feat(terminal): add support for kitty keyboard protocolGregory Anders1
2025-01-13fix(getchar): do not simplify keycodes in terminal modebfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-16vim-patch:partial:9.1.0851: too many strlen() calls in getchar.c (#31230)zeertzjq1
2024-11-01feat(lua): allow vim.on_key() callback to consume the key (#30939)errael1
2024-10-01refactor: use ERROR_SET() to check for error (#30594)zeertzjq1
2024-09-24fix(paste): only record a paste when it's from RPC (#30491)zeertzjq1
2024-09-22fix(paste): improve repeating of pasted text (#30438)zeertzjq1
2024-09-10refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes1
2024-07-31vim-patch:9.1.0644: Unnecessary STRLEN() when applying mapping (#29921)zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-30vim-patch:9.1.0642: Check that mapping rhs starts with lhs fails if not simpl...zeertzjq1
2024-07-15docs: misc (#29622)dundargoc1
2024-07-14vim-patch:9.1.0573: ex: no implicit print for single addresseszeertzjq1
2024-07-14vim-patch:9.1.0580: :lmap mapping for keypad key not applied when typed in Se...zeertzjq1
2024-07-13fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)zeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-23vim-patch:9.1.0365: Crash when typing many keys with D- modifier (#28464)zeertzjq1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-04-19vim-patch:9.1.0351: No test that completing a partial mapping clears 'showcmd...zeertzjq1
2024-04-18test: 'showcmd' with ext_messages and Visual selection (#28393)zeertzjq1
2024-04-18vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392)zeertzjq1
2024-03-31feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq1