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
*
*: Fix lint errors found in new code in previously ignored files
ZyX
2015-10-08
*
mark: Clear marks in some cases, but do not do useless job in free_\*
ZyX
2015-10-08
*
*: Make ShaDa code use VimL values for additional_\* data
ZyX
2015-10-08
*
shada: Add support for dumping and restoring buffer list
ZyX
2015-10-08
*
shada: Add support for dumping/restoring bufs changes and win jumps
ZyX
2015-10-08
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-08
*
Remove instances of TRUE/FALSE macro
Steven Oliver
2015-09-04
*
Use NVIM instead of VIM in default title.
Felipe Morales
2015-07-23
*
Macro cleanup: FEAT_SHORTCUT, replace with WIN32
Hettomei
2015-07-17
*
vim-patch:7.4.562 #2593
David Bürgin
2015-05-16
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
Remove char_u: fix_fname()
Mark Bainter
2015-05-06
*
Remove char_u: FullName_save()
Mark Bainter
2015-05-06
*
vim-patch:7.4.519
David Bürgin
2015-04-27
*
Replace vim_isspace() with ascii_isspace() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() 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
*
os_scandir: fname_case -> path_fix_case
Scott Prager
2015-03-31
*
terminal: New module that implements a terminal emulator
Thiago de Arruda
2015-03-25
*
buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macro
Thiago de Arruda
2015-03-25
*
Merge pull request #2118 from rev112/fix_redundant_cast
John Szakmeister
2015-03-13
|
\
|
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
|
Interface cleanup: Symlink handling & docs
Michael Reed
2015-03-12
*
|
version: don't use NVIM_VERSION_* directly outside version.c
Björn Linse
2015-03-08
*
|
config: split out versiondef.h from config.h
Björn Linse
2015-03-08
|
/
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
shadow previously set signs #1893
Felipe Morales
2015-02-13
*
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
[next]