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
/
quickfix.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
fix(messages): typo and unwanted truncation in msg_outtrans_long #31669
luukvbaal
2024-12-22
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
refactor(options): always allocate option values (#30917)
Famiu Haque
2024-10-27
*
vim-patch:9.1.0785: cannot preserve error position when setting quickfix list...
zeertzjq
2024-10-15
*
vim-patch:9.1.0755: quickfix list does not handle hardlinks well (#30637)
zeertzjq
2024-10-03
*
vim-patch:9.1.0728: [security]: heap-use-after-free in garbage collection wit...
zeertzjq
2024-09-14
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609)
zeertzjq
2024-07-08
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0426: too many strlen() calls in search.c
zeertzjq
2024-05-22
*
vim-patch:9.1.0397: Wrong display with 'smoothscroll' when changing quickfix ...
zeertzjq
2024-05-09
*
vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...
zeertzjq
2024-04-01
*
refactor(options): remove `set_string_option_direct()`
Famiu Haque
2024-03-21
*
vim-patch:9.1.0177: Coverity reports dead code
zeertzjq
2024-03-14
*
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
zeertzjq
2024-03-14
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
vim-patch:9.1.0156: Make 'wfb' failing to split still report E1513
zeertzjq
2024-03-11
*
vim-patch:9.1.0150: Several minor 'winfixbuf' issues
Colin Kennedy
2024-03-11
*
vim-patch:9.1.0149: null pointer member access when accessing 'winfixbuf' pro...
Colin Kennedy
2024-03-11
*
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Colin Kennedy
2024-03-11
*
vim-patch:9.1.0113: duplicate code when cleaning undo stack
zeertzjq
2024-02-16
*
vim-patch:9.1.0112: Remove undo information, when cleaning quickfix buffer
zeertzjq
2024-02-16
*
feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)
zeertzjq
2024-02-02
*
vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)
zeertzjq
2024-01-16
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(options): remove `OPT_FREE` (#26963)
Famiu Haque
2024-01-10
*
refactor: remove redundant struct names
dundargoc
2024-01-02
*
refactor: remove redundant NOLINT comments
dundargoc
2024-01-01
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
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
*
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
vim-patch:9.0.2117: [security] use-after-free in qf_free_items (#26148)
zeertzjq
2023-11-22
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
vim-patch:9.0.1857: [security] heap-use-after-free in is_qf_win()
zeertzjq
2023-11-17
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
fix(diagnostic): check if delete failed in `qf_fill_buffer()` (#25932)
voidiz
2023-11-08
[next]