<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/ex_cmds2.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.0353: an "after" directory of a package is appended to 'rtp'</title>
<updated>2018-09-08T16:21:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-08T16:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=99396d4cbf78d313a454c7448acc07412d2e45b7'/>
<id>99396d4cbf78d313a454c7448acc07412d2e45b7</id>
<content type='text'>
Problem:    An "after" directory of a package is appended to 'rtp', which
            will be after the user's "after" directory. ()
Solution:   Insert the package "after" directory before any other "after"
            directory in 'rtp'. (closes #3409)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    An "after" directory of a package is appended to 'rtp', which
            will be after the user's "after" directory. ()
Solution:   Insert the package "after" directory before any other "after"
            directory in 'rtp'. (closes #3409)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0341: :argadd in empty buffer changes the buffer name</title>
<updated>2018-08-31T21:06:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-31T21:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=32bbd00949c585ea1c9da13197279a175097eddd'/>
<id>32bbd00949c585ea1c9da13197279a175097eddd</id>
<content type='text'>
Problem:    :argadd in empty buffer changes the buffer name. (Pavol Juhas)
Solution:   Don't re-use the current buffer when not going to edit the file.
            (closes #3397)  Do re-use the current buffer for :next.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :argadd in empty buffer changes the buffer name. (Pavol Juhas)
Solution:   Don't re-use the current buffer when not going to edit the file.
            (closes #3397)  Do re-use the current buffer for :next.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0334: 'autowrite' takes effect when buffer is not to be written</title>
<updated>2018-08-30T11:07:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-30T11:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8c9e7b00f6566dc41e794ef11c93d93b034c7134'/>
<id>8c9e7b00f6566dc41e794ef11c93d93b034c7134</id>
<content type='text'>
Problem:    'autowrite' takes effect when buffer is not to be written.
Solution:   Don't write buffers that are not supposed to be written. (Even Q
            Jones, closes #3391)  Add tests for 'autowrite'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'autowrite' takes effect when buffer is not to be written.
Solution:   Don't write buffers that are not supposed to be written. (Even Q
            Jones, closes #3391)  Add tests for 'autowrite'.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0167: lock flag in new dictitem is reset in many places</title>
<updated>2018-07-08T15:19:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-08T15:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c89d4b35300b98cf68b14c89c8e1add51bd857e3'/>
<id>c89d4b35300b98cf68b14c89c8e1add51bd857e3</id>
<content type='text'>
Problem:    Lock flag in new dictitem is reset in many places.
Solution:   Always reset the lock flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Lock flag in new dictitem is reset in many places.
Solution:   Always reset the lock flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0166: using dict_add_nr_str() is clumsy</title>
<updated>2018-07-08T14:50:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-08T14:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e0be167a805fd547c25ec1ec97fd4c7f13046236'/>
<id>e0be167a805fd547c25ec1ec97fd4c7f13046236</id>
<content type='text'>
Problem:    Using dict_add_nr_str() is clumsy.
Solution:   Split into two functions. (Ozaki Kiichi, closes #3154)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using dict_add_nr_str() is clumsy.
Solution:   Split into two functions. (Ozaki Kiichi, closes #3154)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0121: crash when using ballooneval related to 'vartabstop'</title>
<updated>2018-06-28T10:05:11+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-28T10:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ca4b613c692b927c9345dc9e3d6be5de35266be2'/>
<id>ca4b613c692b927c9345dc9e3d6be5de35266be2</id>
<content type='text'>
Problem:    Crash when using ballooneval related to 'vartabstop'.
Solution:   Initialize balloonEval-&gt;vts to NULL. (Markus Braun)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using ballooneval related to 'vartabstop'.
Solution:   Initialize balloonEval-&gt;vts to NULL. (Markus Braun)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1817: a timer may change v:count unexpectedly</title>
<updated>2018-05-12T13:38:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-12T13:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b0f42ba60d9e6d101d103421ba0c351811615c15'/>
<id>b0f42ba60d9e6d101d103421ba0c351811615c15</id>
<content type='text'>
Problem:    A timer may change v:count unexpectedly.
Solution:   Save and restore v:count and similar variables when a timer
            callback is invoked. (closes #2897)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    A timer may change v:count unexpectedly.
Solution:   Save and restore v:count and similar variables when a timer
            callback is invoked. (closes #2897)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode</title>
<updated>2018-05-10T16:05:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-10T16:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=56bc8e299cdae1b4606897749ef54a0161381a4a'/>
<id>56bc8e299cdae1b4606897749ef54a0161381a4a</id>
<content type='text'>
Problem:    Buffer of a terminal only updated in Terminal-Normal mode.
Solution:   Copy the terminal window content to the buffer when in
            Terminal-Job mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Buffer of a terminal only updated in Terminal-Normal mode.
Solution:   Copy the terminal window content to the buffer when in
            Terminal-Job mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1773: dialog messages are not translated</title>
<updated>2018-04-29T10:22:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-29T10:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c36651b4b946333dce0a916326d821d2562cf39d'/>
<id>c36651b4b946333dce0a916326d821d2562cf39d</id>
<content type='text'>
Problem:    Dialog messages are not translated.
Solution:   Add N_() and _() where needed. (Sergey Alyoshin)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Dialog messages are not translated.
Solution:   Add N_() and _() where needed. (Sergey Alyoshin)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1763: :argedit does not reuse an empty unnamed buffer</title>
<updated>2018-04-24T19:58:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-24T19:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec'/>
<id>46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec</id>
<content type='text'>
Problem:    :argedit does not reuse an empty unnamed buffer.
Solution:   Add the BLN_CURBUF flag and fix all the side effects. (Christian
            Brabandt, closes #2713)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :argedit does not reuse an empty unnamed buffer.
Solution:   Add the BLN_CURBUF flag and fix all the side effects. (Christian
            Brabandt, closes #2713)
</pre>
</div>
</content>
</entry>
</feed>
