<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/misc2.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.0342: crash when a callback deletes a window that is being used</title>
<updated>2018-09-01T13:30:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-01T13:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=94f01956a583223dafe24135489d0ab1100ab0ad'/>
<id>94f01956a583223dafe24135489d0ab1100ab0ad</id>
<content type='text'>
Problem:    Crash when a callback deletes a window that is being used.
Solution:   Do not unload a buffer that is being displayed while redrawing the
            screen. Also avoid invoking callbacks while redrawing.
            (closes #2107)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when a callback deletes a window that is being used.
Solution:   Do not unload a buffer that is being displayed while redrawing the
            screen. Also avoid invoking callbacks while redrawing.
            (closes #2107)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0226: too many #ifdefs</title>
<updated>2018-07-29T14:09:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-29T14:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1f0bfe561737cd445532f20d7607a81d1dadddee'/>
<id>1f0bfe561737cd445532f20d7607a81d1dadddee</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate the +vreplace feature, it's not much code and quite a few
            #ifdefs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate the +vreplace feature, it's not much code and quite a few
            #ifdefs.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0127: build failure when disabling the session feature</title>
<updated>2018-06-29T18:28:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-29T18:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7c365fb190225d98af818daf195dc19921fe01ca'/>
<id>7c365fb190225d98af818daf195dc19921fe01ca</id>
<content type='text'>
Problem:    Build failure when disabling the session feature. (Pawel Slowik)
Solution:   Adjust #ifdef for vim_chdirfile().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Build failure when disabling the session feature. (Pawel Slowik)
Solution:   Adjust #ifdef for vim_chdirfile().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmd</title>
<updated>2018-04-21T21:34:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-21T21:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ebe74b73677b06db7d483987a863b41cee051cc0'/>
<id>ebe74b73677b06db7d483987a863b41cee051cc0</id>
<content type='text'>
Problem:    MS-Windows: term_start() does not set job_info() cmd.
Solution:   Share the code from job_start() to set jv_argv.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: term_start() does not set job_info() cmd.
Solution:   Share the code from job_start() to set jv_argv.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1745: build failure on MS-Windows</title>
<updated>2018-04-21T20:30:08+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-21T20:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2060892028e05b1325dc0759259254180669eb5e'/>
<id>2060892028e05b1325dc0759259254180669eb5e</id>
<content type='text'>
Problem:    Build failure on MS-Windows.
Solution:   Build job arguments for MS-Windows. Fix allocating job twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Build failure on MS-Windows.
Solution:   Build job arguments for MS-Windows. Fix allocating job twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1660: the terminal API "drop" command doesn't support options</title>
<updated>2018-04-04T20:57:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-04T20:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=333b80acf3a44e462456e6d5730e47ffa449c83d'/>
<id>333b80acf3a44e462456e6d5730e47ffa449c83d</id>
<content type='text'>
Problem:    The terminal API "drop" command doesn't support options.
Solution:   Implement the options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The terminal API "drop" command doesn't support options.
Solution:   Implement the options.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1620: reading spell file has no good EOF detection</title>
<updated>2018-03-20T11:34:04+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-20T11:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e26e0d2b83c2875b9829b884c2ababf8ca771f7e'/>
<id>e26e0d2b83c2875b9829b884c2ababf8ca771f7e</id>
<content type='text'>
Problem:    Reading spell file has no good EOF detection.
Solution:   Check for EOF at every character read for a length field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Reading spell file has no good EOF detection.
Solution:   Check for EOF at every character read for a length field.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1564: too many #ifdefs</title>
<updated>2018-03-04T17:08:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-04T17:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f2bd8ef2b4507d02c6043affff8f7e85e3414d5f'/>
<id>f2bd8ef2b4507d02c6043affff8f7e85e3414d5f</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and
            increases code size of tiny Vim by only 40 Kbyte.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and
            increases code size of tiny Vim by only 40 Kbyte.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1496: clearing a pointer takes two lines</title>
<updated>2018-02-10T17:45:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-10T17:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d23a823669d93fb2a570a039173eefe4856ac806'/>
<id>d23a823669d93fb2a570a039173eefe4856ac806</id>
<content type='text'>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1492: memory leak in balloon_split()</title>
<updated>2018-02-10T14:38:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-10T14:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b301f6b950975b9d7ae87a4f551b32bba63ccdcf'/>
<id>b301f6b950975b9d7ae87a4f551b32bba63ccdcf</id>
<content type='text'>
Problem:    Memory leak in balloon_split().
Solution:   Free the balloon lines. Free the balloon when exiting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Memory leak in balloon_split().
Solution:   Free the balloon lines. Free the balloon when exiting.
</pre>
</div>
</content>
</entry>
</feed>
