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: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
vim-patch:7.4.1971 (#5262)
Jurica Bradarić
2016-09-04
*
eval: remove (char_u *) in constant get_dict_(string|number) parameters
Björn Linse
2016-08-24
*
Linting
Tommy Allen
2016-08-17
*
highlight: Added QuickFixLine highlight group
Tommy Allen
2016-08-17
*
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
lint
James McCoy
2016-06-22
*
vim-patch:7.4.1592
James McCoy
2016-06-22
*
vim-patch:7.4.1059
Michael Ennen
2016-05-19
*
*: Fix new linter errors
ZyX
2016-05-01
*
Merge tempfile.c back into fileio.c
Jurica Bradaric
2016-04-20
*
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
Correctly reset qf_list_T in qf_free()
Jun T
2016-03-25
*
quickfix.c: enable -Wconversion
Charles Joachim
2016-03-10
*
coverity/56808: STRING_OVERFLOW
Justin M. Keyes
2016-02-28
*
Fix linter errors.
Jurica Bradaric
2016-01-30
*
vim-patch:7.4.747
Jurica Bradaric
2016-01-30
*
vim-patch:7.4.718
Michael Ennen
2016-01-22
*
vim-patch:7.4.858
Florian Walch
2015-12-24
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
Remove unnecessary includes for errno.h
Rui Abreu Ferreira
2015-11-25
*
src: README.txt -> README.md
Michael Reed
2015-11-23
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
Remove char_u: concat_fnames()
Mark Bainter
2015-05-06
*
Remove char_u: add_pathsep()
Mark Bainter
2015-05-06
*
vim-patch:7.4.554
David Bürgin
2015-04-27
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
terminal: New module that implements a terminal emulator
Thiago de Arruda
2015-03-25
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
Fix warnings: quickfix.c: qf_add_entry(): Np dereference: FP.
Eliseo Martínez
2014-11-15
*
vim-patch:7.4.378 #1217
André Twupack
2014-11-14
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
*
vim-patch:7.4.379
Shougo Matsushita
2014-09-18
*
Additional FOR_ALL_WINDOWS usage
Wayne Rowcliffe
2014-09-08
*
Convert FOR_ALL_WINDOWS to use a locally declared pointer
Wayne Rowcliffe
2014-09-08
*
fileinfo: rename os_get_file_info{,_link,_fd}
Stefan Hoffmann
2014-08-31
*
Statically allocate NameBuff
Wayne Rowcliffe
2014-07-22
*
Extract `tempfile` module from fileio
Pavel Platto
2014-07-14
*
Refactor vim_tempname
Pavel Platto
2014-07-14
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
remove stdbool.h include from vim.h and globals.h
Brandon Coleman
2014-07-09
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
[next]