aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* vim-patch:8.2.3671: restarting Insert mode in prompt buffer too oftenSean Dewar2021-12-07
* vim-patch:8.2.1783: try-catch test failsSean Dewar2021-12-07
* vim-patch:8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"Sean Dewar2021-12-07
* vim-patch:8.1.0042: if omni completion opens a window Insert mode is stoppedSean Dewar2021-12-07
* fix(prompt): add missing changes from v8.1.0036Sean Dewar2021-12-07
* vim-patch:8.1.0035: not easy to switch between prompt buffer and other windowsSean Dewar2021-12-07
* vim-patch:8.1.2136: using freed memory with autocmd from fuzzerSean Dewar2021-11-24
* Merge pull request #16341 from zeertzjq/vim-8.2.2518nightlyJan Edmund Lazo2021-11-21
|\
| * vim-patch:8.2.3572: memory leak when closing window and using "multispace"zeertzjq2021-11-17
* | Merge pull request #16362 from zeertzjq/vim-8.2.3617Jan Edmund Lazo2021-11-21
|\ \
| * | vim-patch:8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedzeertzjq2021-11-19
* | | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/ /
* / vim-patch:8.2.3593: directory is wrong after executing "lcd" with win_execute...zeertzjq2021-11-17
|/
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* Merge pull request #16155 from zeertzjq/fix-redr-border-corruptionBjörn Linse2021-11-06
|\
| * fix(float): redraw if w_border_adj changedzeertzjq2021-10-28
* | vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* | vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* | refactor: saner options for uncrustify #16196dundargoc2021-10-31
|/
* vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-21
* Merge pull request #15952 from zeertzjq/vim-8.1.1291Jan Edmund Lazo2021-10-17
|\
| * refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17
| * vim-patch:8.2.1411: when splitting a window localdir is copied but prevdir is...zeertzjq2021-10-17
| * vim-patch:8.2.0909: cannot go back to the previous local directoryzeertzjq2021-10-17
| * vim-patch:8.1.0604: autocommand test fails on MS-Windowszeertzjq2021-10-17
| * vim-patch:8.0.1459: cannot handle change of directoryzeertzjq2021-10-17
* | Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\ \ | |/ |/|
| * vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
|/
* fix(float)!: always anchor to corner of window including border #15832zeertzjq2021-10-02
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* vim-patch:8.2.3313: unused code in win_exchange() and frame_remove()Sean Dewar2021-09-17
* vim-patch:8.2.3286: win_enter_ext() has too many boolean argumentsSean Dewar2021-09-17
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* Merge pull request #14770 from andrew-pa/fix13403Björn Linse2021-09-12
|\
| * fix(windowing): positioning of relative floatsandrew-pa2021-09-08
* | feat(api): win_viewport also sends line_count #15613Yatao Li2021-09-10
* | refactor: format files with uncrustify #15607dundargoc2021-09-10
* | refactor: format files with uncrustifyDundar Göc2021-09-07
* | fix(window.c): win_close from other tabpage #15454notomo2021-08-22
* | refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* | refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* | feat(match): allow hl group to be defined after :match commandBjörn Linse2021-08-19
* | refactor: replace TRUE/FALSE with true/falseDundar Göc2021-08-12
* | Merge pull request #15336 from bfredl/plinesBjörn Linse2021-08-11
|\ \
| * | refactor(plines): move out plines related code from misc1.cBjörn Linse2021-08-10
* | | refactor(sign): include longer sign column optionSirisak Lueangsaksri2021-08-09