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
*
Bump all nvim-specific error codes above E5000
James McCoy
2016-11-15
*
'inccommand': buftype=nofile, restore cursor/view
Justin M. Keyes
2016-11-10
*
lint
Justin M. Keyes
2016-11-08
*
'inccommand': rework
Justin M. Keyes
2016-11-08
*
Incsubsitution feature
KillTheMule
2016-10-30
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
*: Fix new linter errors
ZyX
2016-05-01
*
vim-patch:7.4.1574
Florent FAYOLLE
2016-03-18
*
Fix the ASCII-art diagram in undo.c
Felipe Oliveira Carvalho
2016-02-24
*
vim-patch:7.4.634
watiko
2016-02-01
*
Windows: Include <fcntl.h> for file constants.
Seth Jackson
2016-01-17
*
undo.c: Change return type to bool on functions #3697
Wayne Rowcliffe
2015-12-01
*
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
*
undo: Remove incorrect NONNULL_ALL attribute
ZyX
2015-11-05
*
undo: Automatically create undo directory if needed
ZyX
2015-10-29
*
undo: Do some refactoring
ZyX
2015-10-29
*
undo: When reading persistent undo file give marks current time
ZyX
2015-10-08
*
*: Make ShaDa code use VimL values for additional_\* data
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
*
fix strict-overflow cases #3236
Nikolay Orlyuk
2015-08-25
*
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
[next]