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
/
buffer.c
Commit message (
Expand
)
Author
Age
*
Macro cleanup: HAS_SWAP_EXISTS_ACTION
Michael Reed
2015-01-14
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
vim-patch:7.4.456
Marco Hinz
2014-12-20
*
vim-patch:7.4.455
Marco Hinz
2014-12-20
*
Simple refatorings that didn't fit the pattern of the last commit
Felipe Oliveira Carvalho
2014-12-13
*
Reduce indentation level by early returning or continuing loop
Felipe Oliveira Carvalho
2014-12-13
*
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
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
Fix sign column redraw
Victor Fonseca
2014-10-20
*
Merge pull request #1208 from war1025/dev/remove_for_all_windows
Justin M. Keyes
2014-10-03
|
\
|
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
|
Merge pull request #1209 from atwupack/vp-7.4.320
Justin M. Keyes
2014-09-26
|
\
\
|
|
/
|
/
|
|
*
vim-patch:7.4.320
André Twupack
2014-09-21
*
|
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
|
/
*
vim-patch:7.4.369
Shougo Matsushita
2014-09-17
*
Additional FOR_ALL_WINDOWS usage
Wayne Rowcliffe
2014-09-08
*
fileid: rename os_file_id_equal
Stefan Hoffmann
2014-08-31
*
fileid: rename os_get_file_id
Stefan Hoffmann
2014-08-31
*
Merge pull request #1024 from war1025/dev/for_all_buffers
Justin M. Keyes
2014-08-19
|
\
|
*
FOR_ALL_BUFFERS use locally declared buffer pointer
Wayne Rowcliffe
2014-08-17
|
*
Add FOR_ALL_BUFFERS helper
Wayne Rowcliffe
2014-08-02
*
|
vim-patch:7.4.201
André Twupack
2014-08-15
*
|
Return bool from find_win_for_buf #1023
Wayne Rowcliffe
2014-08-07
|
/
*
Minor buffer.c style cleanups
Wayne Rowcliffe
2014-07-26
*
coverity/62610: Remove dead code from setfname()
Wesley Wiser
2014-07-20
*
Use strict function prototypes #945
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
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
*
FileID: refactor buffer.c to use `FileID`
Stefan Hoffmann
2014-06-27
*
FileID: remove `INVALID_DEVICE_ID` macro
Stefan Hoffmann
2014-06-27
*
No OOM in home_replace_save()
Felipe Oliveira Carvalho
2014-06-16
*
Replace vim_strncpy calls: buffer.c
Douglas Schneider
2014-06-13
*
spelling fixes #827
Will Stamper
2014-06-12
*
vim-patch:7.4.277
oni-link
2014-06-04
*
Fix some styles
ZyX
2014-06-02
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove FEAT_LISTCMDS
Hinidu
2014-05-28
*
Remove FEAT_CURSORBIND
Hinidu
2014-05-28
*
Remove FEAT_CMDL_INFO
Hinidu
2014-05-28
*
Removed FEAT_WINDOWS
Hinidu
2014-05-28
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
API: Refactor: Register/unregister created/destroyed buffers
Thiago de Arruda
2014-05-23
*
Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'
Justin M. Keyes
2014-05-22
|
\
|
*
Remove NULL/non-NULL tests after calls to vim_str(n)save()
Felipe Oliveira Carvalho
2014-05-19
[next]