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
...
*
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
*
No OOM in dict_alloc() and rettv_dict_alloc()
Felipe Oliveira Carvalho
2014-06-16
*
Replace vim_strncpy calls: quickfix.c
Douglas Schneider
2014-06-13
*
move/remove W_* macros
Brandon Coleman
2014-06-12
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove ml_ prefix from cursor.h functions
Pavel Platto
2014-05-28
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
Remove OOM checks: suggested changes in review
Felipe Oliveira Carvalho
2014-05-19
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Remove NULL/non-NULL tests after calls to vim_str(n)save()
Felipe Oliveira Carvalho
2014-05-19
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
[prev]