index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
getchar.c
Commit message (
Expand
)
Author
Age
*
perf: reuse fast character size calculation algorithm from getvcol()
VanaIgr
2024-01-22
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: follow style guide
dundargoc
2023-11-19
*
refactor: follow style guide
dundargoc
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
fix(f_wait): flush UI before blocking (#25962)
zeertzjq
2023-11-10
*
refactor: the long goodbye
dundargoc
2023-11-05
*
vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)
zeertzjq
2023-10-14
*
refactor: the long goodbye
dundargoc
2023-10-03
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor: move some structs out of buffer_defs.h (#24878)
zeertzjq
2023-08-26
*
vim-patch:8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()
zeertzjq
2023-08-21
*
vim-patch:8.1.2046: SafeState may be triggered at the wrong moment
zeertzjq
2023-08-21
*
vim-patch:9.0.1694: wrong mapping applied when replaying a char search (#24670)
zeertzjq
2023-08-12
*
fix(redo): make redo of Lua mappings in op-pending mode work (#23566)
zeertzjq
2023-05-10
*
vim-patch:9.0.1521: failing redo of command with control characters
zeertzjq
2023-05-08
*
vim-patch:9.0.1516: cannot use special keys in <Cmd> mapping
zeertzjq
2023-05-08
*
vim-patch:8.2.3887: E1135 is used for two different errors
zeertzjq
2023-05-08
*
vim-patch:8.2.2062: <Cmd> does not handle CTRL-V
zeertzjq
2023-05-08
*
vim-patch:8.2.1978: making a mapping work in all modes is complicated
zeertzjq
2023-05-08
*
vim-patch:9.0.0904: various comment and indent flaws (#23498)
zeertzjq
2023-05-06
*
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
*
refactor: uncrustify
dundargoc
2023-04-26
*
vim-patch:9.0.1479: small source file problems; outdated list of distrib. fil...
zeertzjq
2023-04-23
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
feat(options)!: deprecate paste, remove pastetoggle (#22647)
ii14
2023-03-13
*
vim-patch:9.0.1392: using NULL pointer with nested :open command (#22583)
zeertzjq
2023-03-09
*
refactor(getchar.c): change most char_u to uint8_t (#22444)
zeertzjq
2023-02-28
*
refactor: reduce scope of locals as per the style guide 3 (#22221)
dundargoc
2023-02-12
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
refactor: reduce scope of locals as per the style guide (#22206)
dundargoc
2023-02-11
*
refactor(ui): remove some superfluous ui_flush() calls
bfredl
2023-02-09
*
vim-patch:8.1.1827: allocating more memory than needed for extended structs (...
zeertzjq
2023-02-01
*
vim-patch:9.0.1244: cursor displayed in wrong position when leaving Insert mo...
zeertzjq
2023-01-26
*
fix: use correct number for INT_MAX (#21951)
dundargoc
2023-01-23
*
refactor: use uint8_t for blobs and ga_append() (#21916)
zeertzjq
2023-01-21
[next]