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
/
window.c
Commit message (
Expand
)
Author
Age
*
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
*
|
Merge pull request #1225 from mhinz/p7.4.454
Justin M. Keyes
2014-09-26
|
\
\
|
*
|
vim-patch:7.4.454
Marco Hinz
2014-09-23
|
|
/
*
|
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
*
|
|
vim-patch:7.4.386
André Twupack
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.377
André Twupack
2014-09-18
*
vim-patch:7.4.373
André Twupack
2014-09-18
*
vim-patch:7.4.372
André Twupack
2014-09-18
*
vim-patch:7.4.365
André Twupack
2014-09-18
*
vim-patch:7.4.369
Shougo Matsushita
2014-09-17
*
vim-patch:7.4.368
Shougo Matsushita
2014-09-16
*
vim-patch:7.4.349
André Twupack
2014-09-11
*
Additional FOR_ALL_WINDOWS usage
Wayne Rowcliffe
2014-09-08
*
Convert FOR_ALL_WINDOWS to use a locally declared pointer
Wayne Rowcliffe
2014-09-08
*
vim-patch: 7.4.344
Felipe Morales
2014-09-04
*
vim-patch: 7.4.343
Felipe Morales
2014-09-04
*
vim-patch: 7.4.334
Felipe Morales
2014-09-04
*
vim-patch: 7.4.330
Felipe Morales
2014-09-04
*
vim-patch:7.4.317 #1076
Justin M. Keyes
2014-08-20
*
Merge pull request #1024 from war1025/dev/for_all_buffers
Justin M. Keyes
2014-08-19
|
\
|
*
FOR_ALL_BUFFERS use locally declared buffer pointer
Wayne Rowcliffe
2014-08-17
|
*
Add FOR_ALL_BUFFERS helper
Wayne Rowcliffe
2014-08-02
*
|
vim-patch:7.4.329 #1079
Justin M. Keyes
2014-08-19
*
|
vim-patch:7.4.325 #1078
Justin M. Keyes
2014-08-19
*
|
clang-analyzer: Fix dead stores in window.c.
Florian Walch
2014-08-07
|
/
*
vim-patch:7.4.309 #843
Will Stamper
2014-07-31
*
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 assert.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
*
coverity/15010: Remove dead code. #829
oni-link
2014-06-20
*
vim-patch:7.4.301 #816
oni-link
2014-06-20
*
spelling fixes #827
Will Stamper
2014-06-12
*
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
*
vim-patch:7.4.280 #745
oni-link
2014-06-05
*
Add automatic generation of headers
ZyX
2014-06-02
*
Removed FEAT_WINDOWS
Hinidu
2014-05-28
*
Remove ml_ prefix from cursor.h functions
Pavel Platto
2014-05-28
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
API: Refactor: Register/unregister created/destroyed tabpages
Thiago de Arruda
2014-05-23
*
API: Refactor: Register/unregister created/destroyed windows
Thiago de Arruda
2014-05-23
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
[next]