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
/
hardcopy.c
Commit message (
Expand
)
Author
Age
*
getdigits: introduce `strict`, `def` parameters
Justin M. Keyes
2019-09-13
*
Remove excess <stdint.h>
Jan Edmund Lazo
2019-09-11
*
cleanup: remove mch_fopen in favor of os_fopen
Justin M. Keyes
2019-07-25
*
refactor: use int for Columns and Rows
Björn Linse
2019-07-19
*
vim-patch:8.0.1496: VIM_CLEAR()
Justin M. Keyes
2019-05-25
*
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
*
multigrid: Change screen_* functions to grid_* functions
Utkarsh Maheshwari
2018-12-31
*
Remove has_mbytes from lines local to parent commit
ZviRackover
2018-08-31
*
Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_len
ZviRackover
2018-08-31
*
hardcopy: refactor mch_print_start_line()
Jan Edmund Lazo
2018-08-01
*
hardcopy: bold,italic,underline are TriState
Jan Edmund Lazo
2018-08-01
*
hardcopy: refactor mch_print_text_out()
Jan Edmund Lazo
2018-07-19
*
vim-patch:8.1.0056: crash when using :hardcopy with illegal byte
Jan Edmund Lazo
2018-07-19
*
vim-patch:8.0.1503: access memory beyond end of string
Jan Edmund Lazo
2018-07-18
*
vim-patch:8.0.0466: still macros that should be all-caps (#8510)
Jan Edmund Lazo
2018-06-10
*
*: Add comment to all C files
ZyX
2017-04-19
*
hardcopy: Remove unneeded prt_do_conv assignment
ZyX
2017-04-16
*
eval,*: Move get_tv_string to typval.c
ZyX
2017-03-29
*
hardcopy.c: fix dead assignment
Sander Bosma
2017-02-20
*
refactor: Replace vim_strcat() with xstrlcat().
Justin M. Keyes
2017-01-23
*
vim-patch:7.4.1702
Michael Ennen
2016-12-01
*
hardcopy.c: Fix -Wmaybe-uninitialized warning.
Justin M. Keyes
2016-10-08
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
vim-patch:7.4.1552
James McCoy
2016-07-08
*
*: Fix new linter errors
ZyX
2016-05-01
*
Merge tempfile.c back into fileio.c
Jurica Bradaric
2016-04-20
*
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
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
*
Remove char_u: add_pathsep()
Mark Bainter
2015-05-06
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Fix a couple uninitialized variable warnings in the release build.
John Szakmeister
2015-04-18
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
refactor: split some more functions from misc1.c
bobtwinkles
2015-03-24
*
Merge pull request #2118 from rev112/fix_redundant_cast
John Szakmeister
2015-03-13
|
\
|
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
|
version: don't use NVIM_VERSION_* directly outside version.c
Björn Linse
2015-03-08
|
/
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Enable -Wconversion: ui.c.
Eliseo Martínez
2015-02-18
*
syntax: Refactor to store all term and gui attributes independently
Thiago de Arruda
2015-02-16
*
coverity/13762: Out-of-bounds read: RI.
Eliseo Martínez
2015-02-11
*
hardcopy.c: Factor out float usage
Michael Reed
2015-01-24
*
"halfway a line" is a very confusing phrase
Jack Danger Canty
2015-01-22
*
Fix bad assert.
Eliseo Martínez
2015-01-14
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor option_table_T.number: long --> int.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor prt_{fg,bg,new_bg}col: int --> uint32_t.
Eliseo Martínez
2015-01-11
*
Cleanup: Remove local var bg_color@prt_get_attr().
Eliseo Martínez
2015-01-11
[next]