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
*
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
*
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
[next]