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
/
misc1.c
Commit message (
Expand
)
Author
Age
*
refactor: split some more functions from misc1.c
bobtwinkles
2015-03-24
*
ui: Refactor so that busy state won't be the default
Thiago de Arruda
2015-03-18
*
ui: Only call ui_flush when the busy state changes
Thiago de Arruda
2015-03-16
*
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
*
Merge pull request #2118 from rev112/fix_redundant_cast
John Szakmeister
2015-03-13
|
\
|
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
|
config: split out versiondef.h from config.h
Björn Linse
2015-03-08
|
/
*
Macro cleanup: USE_ON_FLY_SCROLL
Michael Reed
2015-03-05
*
Macro cleanup: USE_EXE_NAME
Michael Reed
2015-03-05
*
illumos requires the use of limits.h for things like INT_MAX #2049
Mike Zeller
2015-02-26
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
Remove nonnullret deadcode: xmalloc.
Eliseo Martínez
2015-01-27
*
Remove long_u: regexp: Refactor long_u.
Eliseo Martínez
2015-01-19
*
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
*
Transform global variable really_exiting into static.
Jonas Dourado
2014-12-26
*
term: Move more mouse functions to mouse.c
Thiago de Arruda
2014-12-02
*
term: Remove most calls to settmode
Thiago de Arruda
2014-12-02
*
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
Merge pull request #1208 from war1025/dev/remove_for_all_windows
Justin M. Keyes
2014-10-03
|
\
|
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
|
vim-patch:7.4.248
Scott Prager
2014-09-30
|
/
*
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
*
Merge pull request #1129 from justinmk/clang
Justin M. Keyes
2014-09-16
|
\
|
*
clang: Null pointer passed as an argument to a 'nonnull' parameter
Justin M. Keyes
2014-08-30
*
|
Additional FOR_ALL_WINDOWS usage
Wayne Rowcliffe
2014-09-08
|
/
*
clang: Null pointer passed as an argument to a 'nonnull' parameter #1090
Justin M. Keyes
2014-08-28
*
Port vim's patch 7.4.338 ('breakindent')
Felipe Morales
2014-08-20
*
FOR_ALL_BUFFERS use locally declared buffer pointer
Wayne Rowcliffe
2014-08-17
*
Add FOR_ALL_BUFFERS helper
Wayne Rowcliffe
2014-08-02
*
Extract `tempfile` module from fileio
Pavel Platto
2014-07-14
*
Refactor vim_tempname
Pavel Platto
2014-07-14
*
Include stdbool.h in some files which use it
Pavel Platto
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
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
*
ga_growsize should be >= 1
Felipe Oliveira Carvalho
2014-06-30
*
No OOM in home_replace_save()
Felipe Oliveira Carvalho
2014-06-16
*
No OOM in vim_strsave_escaped[_ext]()
Felipe Oliveira Carvalho
2014-06-16
*
Replace vim_strncpy calls: misc1.c
Douglas Schneider
2014-06-13
*
move/remove W_* macros
Brandon Coleman
2014-06-12
*
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
*
Remove FEAT_CINDENT
Hinidu
2014-05-28
*
Remove FEAT_MBYTE
Hinidu
2014-05-28
[next]