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
*
Merge pull request #4273 from watiko/vim-7.4.957
Justin M. Keyes
2016-04-25
|
\
|
*
vim-patch:7.4.941
watiko
2016-03-06
*
|
buffer.c: change return type to bool
Charles Joachim
2016-04-03
*
|
test: minor changes
Justin M. Keyes
2016-03-17
*
|
'shortmess': Add "F" flag. #4446
Shougo Matsushita
2016-03-17
*
|
vim-patch:7.4.1511
Nicolas Dumazet
2016-03-08
|
/
*
bufhl: new mechanism for plugins to add highlights to a buffer
Björn Linse
2016-02-23
*
coverity/135589: (FP) Null pointer dereferences
Justin M. Keyes
2016-02-19
*
Merge pull request #4187 from watiko/vim-7.4.742
Justin M. Keyes
2016-02-09
|
\
|
*
vim-patch:7.4.742
watiko
2016-02-07
*
|
vim-patch:7.4.805
Jurica Bradaric
2016-02-02
|
/
*
tabline: Switch to functions, handle different click types
ZyX
2016-02-01
*
tabline: Add %[] atom to the tabline, for random commands on click
ZyX
2016-02-01
*
file_pat_to_reg_pat, buflist_findpat: const params
Justin M. Keyes
2016-01-01
*
vim-patch:7.4.605
Justin M. Keyes
2015-12-30
*
vim-patch:7.4.645
Shougo Matsushita
2015-12-13
*
statusline: Check width before advancing pointer. #3818
Enrico Ghirardi
2015-12-10
*
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
*
Cleanup from review
Wayne Rowcliffe
2015-11-11
*
Switch comments to match style guide
Wayne Rowcliffe
2015-11-11
*
Updates from review
Wayne Rowcliffe
2015-11-11
*
Fix shadowed variable in build_stl_str_hl
Wayne Rowcliffe
2015-11-11
*
Add documentation about what TABPAGENR and TABCLOSENR do
Wayne Rowcliffe
2015-11-11
*
Fix lint
Wayne Rowcliffe
2015-11-11
*
Add out_end_p to mark last valid character in statusline buffer
Wayne Rowcliffe
2015-11-11
*
Rename build_stl_str_hl input and output buffer pointers
Wayne Rowcliffe
2015-11-11
*
Add comments to build_stl_str_hl
Wayne Rowcliffe
2015-11-11
*
Clean up buffer.c build_stl_str_hl variable declarations
Wayne Rowcliffe
2015-11-11
*
vim-patch:7.4.791 #3078
Marco Hinz
2015-11-11
*
*: 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
[next]