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
/
undo.c
Commit message (
Expand
)
Author
Age
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
Merge #2470: Remove char_u (5)
Eliseo Martínez
2015-05-07
|
\
|
*
Remove char_u: concat_fnames()
Mark Bainter
2015-05-06
*
|
vim-patch:7.4.707 #2541
Bastian Winkler
2015-05-07
|
/
*
Merge pull request #2353 from jszakmeister/fix-unused-var-warnings-in-release
John Szakmeister
2015-04-16
|
\
|
*
Fix several unused variable warnings in the release build.
John Szakmeister
2015-04-16
*
|
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
|
vim-patch: Port parts of Vim 7.4.399.
Florian Walch
2015-04-08
|
/
*
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
*
misc2.c: Move emsg* functions to message.c #2152
Michael Reed
2015-03-19
*
Macro cleanup: HAVE_SANDBOX
Michael Reed
2015-03-05
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
Remove long_u: Passing-by: undo.c: Add to -Wconversion.
Eliseo Martínez
2014-12-24
*
Remove long_u: put_bytes(): Refactor.
Eliseo Martínez
2014-12-24
*
Passing-by: Fix FALSE/FAIL confusion.
Eliseo Martínez
2014-12-16
*
Fix warnings: undo.c: u_blockfree(): Use after free: FP.
Eliseo Martínez
2014-11-15
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
fix #1027: :wundo segfault in new, non-empty buffer
Justin M. Keyes
2014-10-26
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
Convert FOR_ALL_WINDOWS to use a locally declared pointer
Wayne Rowcliffe
2014-09-08
*
fileinfo: rename os_get_file_info{,_link,_fd}
Stefan Hoffmann
2014-08-31
*
os_fchown: remove cast of parameter -1 to uid_t
Pavel Platto
2014-08-16
*
os_fchown: impl and remove HAVE_FCHOWN
Pavel Platto
2014-08-13
*
vim: move vim_acl_T to types.h
Nicolas Hillegeer
2014-07-16
*
os_open: impl mch_open with libuv. ref #133
Justin M. Keyes
2014-07-14
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-11
*
Enable and fix misc2.c -Wconversion warnings #907
Shane Iler
2014-07-11
*
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
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
Introduce GA_APPEND()
Felipe Oliveira Carvalho
2014-06-30
*
No OOM for list_alloc()
Felipe Oliveira Carvalho
2014-06-16
*
No OOM in dict_alloc() and rettv_dict_alloc()
Felipe Oliveira Carvalho
2014-06-16
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'
Justin M. Keyes
2014-05-22
|
\
|
*
Remove OOM checks: u_save_line()
Felipe Oliveira Carvalho
2014-05-19
|
*
Remove NULL/non-NULL tests after calls to vim_str(n)save()
Felipe Oliveira Carvalho
2014-05-19
*
|
Remove cryptography
John Schmidt
2014-05-20
|
/
*
Replace ga->ga_len == 0 checks with GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15