aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* refactor: remove longdundargoc2023-09-29
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26
* vim-patch:8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()zeertzjq2023-08-21
* vim-patch:8.1.2046: SafeState may be triggered at the wrong momentzeertzjq2023-08-21
* vim-patch:9.0.1694: wrong mapping applied when replaying a char search (#24670)zeertzjq2023-08-12
* fix(redo): make redo of Lua mappings in op-pending mode work (#23566)zeertzjq2023-05-10
* vim-patch:9.0.1521: failing redo of command with control characterszeertzjq2023-05-08
* vim-patch:9.0.1516: cannot use special keys in <Cmd> mappingzeertzjq2023-05-08
* vim-patch:8.2.3887: E1135 is used for two different errorszeertzjq2023-05-08
* vim-patch:8.2.2062: <Cmd> does not handle CTRL-Vzeertzjq2023-05-08
* vim-patch:8.2.1978: making a mapping work in all modes is complicatedzeertzjq2023-05-08
* vim-patch:9.0.0904: various comment and indent flaws (#23498)zeertzjq2023-05-06
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.1479: small source file problems; outdated list of distrib. fil...zeertzjq2023-04-23
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor(screen): screen.c delenda estbfredl2023-03-14
* feat(options)!: deprecate paste, remove pastetoggle (#22647)ii142023-03-13
* vim-patch:9.0.1392: using NULL pointer with nested :open command (#22583)zeertzjq2023-03-09
* refactor(getchar.c): change most char_u to uint8_t (#22444)zeertzjq2023-02-28
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
* vim-patch:8.1.1827: allocating more memory than needed for extended structs (...zeertzjq2023-02-01
* vim-patch:9.0.1244: cursor displayed in wrong position when leaving Insert mo...zeertzjq2023-01-26
* fix: use correct number for INT_MAX (#21951)dundargoc2023-01-23
* refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq2023-01-21
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* vim-patch:9.0.1158: code is indented more than necessary (#21697)zeertzjq2023-01-09
* vim-patch:8.2.4139: using freed memory in expression abbreviation (#21522)zeertzjq2022-12-24
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* docs: fix typos (#21196)dundargoc2022-11-29
* refactor: replace char_u with chardundargoc2022-11-28
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* vim-patch:9.0.0806: 'langmap' works differently when there are modifiers (#20...zeertzjq2022-10-21
* refactor: replace char_u with charDundar Göc2022-10-15
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(events): make CursorHold behave as documentedzeertzjq2022-09-17
* feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-06
* fix(cmdheight=0): various issues part3 #19816Shougo2022-09-06