aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.h
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* fix(ui): allow resize commands to set 'cmdheight' to 0Luuk van Baal2022-12-31
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: replace char_u with charDundar Göc2022-09-09
* vim-patch:9.0.0342: ":wincmd =" equalizes in two directionszeertzjq2022-09-01
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* vim-patch:8.2.4060: win_execute() slow on systems where getcwd()/chdir() is slowzeertzjq2022-03-07
* vim-patch:8.2.3920: restoring directory after using another window is ineffic...zeertzjq2022-03-07
* fix(api/nvim_win_call): share common win_execute logicSean Dewar2022-02-03
* vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar2022-02-03
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor/single-include: window.h, version.h (#6570)relnod2017-04-22
* window: Fix linter errors.Jurica Bradaric2016-01-22
* vim-patch:7.4.642Jurica Bradaric2016-01-22
* move defines from vim.hBrandon Coleman2014-07-12
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15