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
/
globals.h
Commit message (
Expand
)
Author
Age
*
terminal: Don't enter terminal mode from `:normal`
Thiago de Arruda
2015-09-18
*
encoding: don't allow changing encoding after startup scripts
Björn Linse
2015-09-08
*
clipboard: avoid clipboard during :global. #2809
Felipe Morales
2015-08-30
*
eval: Protect job callbacks from being redefined
Thiago de Arruda
2015-08-21
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
os/fs: Move mkdir_recurse from eval.c to os/fs.c
ZyX
2015-07-26
*
options,tui: don't hardcode default terminal size
Felipe Morales
2015-07-21
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
options: mark nonfunctional &termencoding option as hidden. #2631
Björn Linse
2015-05-17
*
src: Misc. cleanup
Michael Reed
2015-05-01
*
vim-patch:7.4.389
Michael Reed
2015-05-01
*
Enable -Wconversion: normal.c.
Eliseo Martínez
2015-04-27
*
vim-patch:7.4.710
David Bürgin
2015-04-27
*
Refactor default_vim{,runtime}_dir to use char type. #2375
Mark Bainter
2015-04-12
*
eval: Fix `jobwait()`
Thiago de Arruda
2015-04-11
*
Remove unused 'if_[language].txt': Review
Michael Reed
2015-04-10
*
Clarify that nvim has no built-in GUI
Michael Reed
2015-04-10
*
Add new highlight groups TermCursor/TermCursorNC
Marco Hinz
2015-04-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
*
Macro cleanup: USE_ON_FLY_SCROLL
Michael Reed
2015-03-05
*
Macro cleanup: USER_HIGHLIGHT
Michael Reed
2015-03-05
*
Macro cleanup: USE_EXE_NAME
Michael Reed
2015-03-05
*
Macro cleanup: HAVE_SANDBOX
Michael Reed
2015-03-05
*
job: Allow spawning jobs connected to pseudo terminals
Thiago de Arruda
2015-02-23
*
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
*
Add EndOfBuffer hl group for ~ lines after the last line in buffers
Marco Hinz
2015-02-02
*
Macro cleanup: HAS_SWAP_EXISTS_ACTION
Michael Reed
2015-01-14
*
Revert "[WIP] "abstract_ui" fixes and improvements"
Justin M. Keyes
2015-01-12
*
ui: Reimplement `:suspend` command for remote UIs.
Thiago de Arruda
2015-01-12
*
globals.h: Remove unused global variable
Steven Oliver
2015-01-02
*
Transform global variable really_exiting into static.
Jonas Dourado
2014-12-26
*
Ignore compatible mode
Joel Teichroeb
2014-12-13
*
syntax: Use RGB/GUI attribute information for "abstract_ui"
Thiago de Arruda
2014-12-08
*
ui: Add abstract_ui termcap and split UI layer
Thiago de Arruda
2014-12-08
*
Remove code defined under USE_IM_CONTROL #ifdefs
Thiago de Arruda
2014-11-27
*
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
eval: Add eval_call_provider/eval_has_provider functions
Thiago de Arruda
2014-11-18
*
iconv: re-enable
Nicolas Hillegeer
2014-11-06
*
version: remove "Compilation" and "Linking" messages.
Justin M. Keyes
2014-10-07
*
Merge pull request #1208 from war1025/dev/remove_for_all_windows
Justin M. Keyes
2014-10-03
|
\
|
*
Remove W_NEXT use `->w_next`
Wayne Rowcliffe
2014-09-24
|
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
|
Merge pull request #1209 from atwupack/vp-7.4.320
Justin M. Keyes
2014-09-26
|
\
\
|
|
/
|
/
|
|
*
vim-patch:7.4.320
André Twupack
2014-09-21
*
|
Expand FOR_ALL_WINDOWS to FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-22
*
|
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
*
|
FOR_ALL_TABS helper
Wayne Rowcliffe
2014-09-22
|
/
*
vim-patch:7.4.305
Scott Prager
2014-09-19
[next]