<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/window.c, branch v8.1.0354</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.1.0307: there is no good way to get the window layout</title>
<updated>2018-08-21T14:56:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-21T14:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0f6b4f06dece71487a6d8546c50de775d9c8c287'/>
<id>0f6b4f06dece71487a6d8546c50de775d9c8c287</id>
<content type='text'>
Problem:    There is no good way to get the window layout.
Solution:   Add the winlayout() function. (Yegappan Lakshmanan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There is no good way to get the window layout.
Solution:   Add the winlayout() function. (Yegappan Lakshmanan)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0213: CTRL-W CR does not work properly in a quickfix window</title>
<updated>2018-07-25T20:36:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-25T20:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0a08c63da17dfd93ac2885e3f3f8a083a9b3131c'/>
<id>0a08c63da17dfd93ac2885e3f3f8a083a9b3131c</id>
<content type='text'>
Problem:    CTRL-W CR does not work properly in a quickfix window.
Solution:   Split the window if needed. (Jason Franklin)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    CTRL-W CR does not work properly in a quickfix window.
Solution:   Split the window if needed. (Jason Franklin)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"</title>
<updated>2018-06-17T14:23:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-17T14:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=942b4541a2d8e8df8369ab70e112dbbbe0c7c0aa'/>
<id>942b4541a2d8e8df8369ab70e112dbbbe0c7c0aa</id>
<content type='text'>
Problem:    Typing CTRL-W in a prompt buffer shows mode "-- --".
Solution:   Set restart_edit to 'A' and check for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Typing CTRL-W in a prompt buffer shows mode "-- --".
Solution:   Set restart_edit to 'A' and check for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0046: loading a session file fails if 'winheight' is big</title>
<updated>2018-06-12T14:49:30+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-12T14:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1c3c10492a291270fa89b3c8df11828792f927d3'/>
<id>1c3c10492a291270fa89b3c8df11828792f927d3</id>
<content type='text'>
Problem:    Loading a session file fails if 'winheight' is a big number.
Solution:   Set 'minwinheight' to zero at first.  Don't give an error when
            setting 'minwinheight' while 'winheight' is a big number.
            Fix using vertical splits. Fix setting 'minwinwidth'.
            (closes #2970)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Loading a session file fails if 'winheight' is a big number.
Solution:   Set 'minwinheight' to zero at first.  Don't give an error when
            setting 'minwinheight' while 'winheight' is a big number.
            Fix using vertical splits. Fix setting 'minwinwidth'.
            (closes #2970)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0042: if omni completion opens a window Insert mode is stopped</title>
<updated>2018-06-10T12:39:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-10T12:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f98b845dd185dfadfa7a622a42452bfa6809d4e0'/>
<id>f98b845dd185dfadfa7a622a42452bfa6809d4e0</id>
<content type='text'>
Problem:    If omni completion opens a window Insert mode is stopped.
            (Hirohito Higashi)
Solution:   Only set stop_insert_mode in a prompt buffer window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    If omni completion opens a window Insert mode is stopped.
            (Hirohito Higashi)
Solution:   Only set stop_insert_mode in a prompt buffer window.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse</title>
<updated>2018-06-06T16:02:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-06T16:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=891e1fd894720d0b99a9daefa41e8181844f819a'/>
<id>891e1fd894720d0b99a9daefa41e8181844f819a</id>
<content type='text'>
Problem:    Not restoring Insert mode if leaving a prompt buffer by using a
            mouse click.
Solution:   Set b_prompt_insert appropriately. Also correct cursor position
            when moving cursor to last line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not restoring Insert mode if leaving a prompt buffer by using a
            mouse click.
Solution:   Set b_prompt_insert appropriately. Also correct cursor position
            when moving cursor to last line.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0035: not easy to switch between prompt buffer and other windows</title>
<updated>2018-06-06T07:11:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-06T07:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6d41c78e353b630bc1a72cbff9160311d2a81e8c'/>
<id>6d41c78e353b630bc1a72cbff9160311d2a81e8c</id>
<content type='text'>
Problem:    Not easy to switch between prompt buffer and other windows.
Solution:   Accept CTRL-W commands in Insert mode.  Start and stop Insert mode
            as one would expect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not easy to switch between prompt buffer and other windows.
Solution:   Accept CTRL-W commands in Insert mode.  Start and stop Insert mode
            as one would expect.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1790: 'winfixwidth' is not always respected by :close</title>
<updated>2018-05-04T18:15:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-04T18:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c136af29c0b1939076fbae7d36afd90dce740315'/>
<id>c136af29c0b1939076fbae7d36afd90dce740315</id>
<content type='text'>
Problem:    'winfixwidth' is not always respected by :close.
Solution:   Prefer a frame without 'winfixwidth' or 'winfixheight'. (Jason
            Franklin)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'winfixwidth' is not always respected by :close.
Solution:   Prefer a frame without 'winfixwidth' or 'winfixheight'. (Jason
            Franklin)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1707: when 'wfh' is set ":bel 10new" scrolls window</title>
<updated>2018-04-13T20:15:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-13T20:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=98da6ecab905df48a67da36ce60233f45726c979'/>
<id>98da6ecab905df48a67da36ce60233f45726c979</id>
<content type='text'>
Problem:    When 'wfh' is set ":bel 10new" scrolls window. (Andrew Pyatkov)
Solution:   Set the fraction before changing the window height. (closes #2798)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When 'wfh' is set ":bel 10new" scrolls window. (Andrew Pyatkov)
Solution:   Set the fraction before changing the window height. (closes #2798)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1688: some macros are used without a semicolon</title>
<updated>2018-04-10T16:47:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-10T16:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6f4700233fd925fe122b851f937929fb5e5da707'/>
<id>6f4700233fd925fe122b851f937929fb5e5da707</id>
<content type='text'>
Problem:    Some macros are used without a semicolon, causing auto-indent to be
            wrong.
Solution:   Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some macros are used without a semicolon, causing auto-indent to be
            wrong.
Solution:   Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)
</pre>
</div>
</content>
</entry>
</feed>
