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
/
memline.c
Commit message (
Expand
)
Author
Age
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: enable IWYU on mac
dundargoc
2023-11-27
*
vim-patch:8.2.4685: when a swap file is found for a popup there is no dialog ...
zeertzjq
2023-11-25
*
build: adjust clang-tidy warning exclusion logic
dundargoc
2023-11-20
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
refactor: remove B_SPELL macro (#26063)
zeertzjq
2023-11-16
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: the long goodbye
dundargoc
2023-11-05
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
refactor: the long goodbye
dundargoc
2023-10-09
*
feat: ignore swapfile for running Nvim processes #25336
Justin M. Keyes
2023-10-04
*
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(message): smsg_attr -> smsg
bfredl
2023-09-29
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
refactor(memline): cleanup typedefs for memline structs
bfredl
2023-09-10
*
refactor(memfile): change mf_trans and mf_hash from ad-hoc hashtable to Map
bfredl
2023-09-10
*
fix(memline): more curbuf stuff
bfredl
2023-09-01
*
fix(api): nvim_buf_get_offset in a new buffer with zero or one lines
bfredl
2023-08-30
*
fix(api): handle clearing out last line of non-current buffer
bfredl
2023-08-28
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
refactor: remove long
dundargoc
2023-07-03
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)
zeertzjq
2023-05-28
*
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
*
vim-patch:9.0.1494: crash when recovering from corrupted swap file (#23358)
zeertzjq
2023-04-28
*
refactor: uncrustify
dundargoc
2023-04-26
*
vim-patch:9.0.1477: crash when recovering from corrupted swap file (#23273)
zeertzjq
2023-04-23
*
refactor: fix PVS warnings (#23200)
zeertzjq
2023-04-19
*
refactor(eval): use tv_list_append_allocated_string()
zeertzjq
2023-04-19
*
vim-patch:9.0.1007: there is no way to get a list of swap file names
zeertzjq
2023-04-19
*
vim-patch:9.0.0411: only created files can be cleaned up with one call
zeertzjq
2023-04-16
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: remove char_u (#22829)
dundargoc
2023-04-02
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
refactor: replace char_u with char or uint8_t (#22400)
dundargoc
2023-03-04
*
vim-patch:partial:9.0.0013: reproducing memory access errors can be difficult
zeertzjq
2023-03-04
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
refactor: use flexible arrays instead of the length-of-one trick (#22072)
dundargoc
2023-02-02
[next]