<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/bufwrite.c, branch v9.0.1237</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 9.0.0965: using one window for executing autocommands is insufficient</title>
<updated>2022-11-28T18:51:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-28T18:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e76062c078debed0df818f70e4db14ad7a7cb53a'/>
<id>e76062c078debed0df818f70e4db14ad7a7cb53a</id>
<content type='text'>
Problem:    Using one window for executing autocommands is insufficient.
Solution:   Use up to five windows for executing autocommands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using one window for executing autocommands is insufficient.
Solution:   Use up to five windows for executing autocommands.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0828: various typos</title>
<updated>2022-11-02T13:30:51+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-11-02T13:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74'/>
<id>c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74</id>
<content type='text'>
Problem:    Various typos.
Solution:   Correct typos. (closes #11432)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various typos.
Solution:   Correct typos. (closes #11432)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong place</title>
<updated>2022-11-01T20:36:19+00:00</updated>
<author>
<name>K.Takata</name>
<email>kentkt@csc.jp</email>
</author>
<published>2022-11-01T20:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3af982196b1b973e953c35351961f2a96fe34172'/>
<id>3af982196b1b973e953c35351961f2a96fe34172</id>
<content type='text'>
Problem:    If 'endofline' is set the CTRL-Z may be written in the wrong
            place.
Solution:   Write CTRL-Z at the end of the file.  Update the help to explain
            the possibilities better. (Ken Takata, closes #11486)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    If 'endofline' is set the CTRL-Z may be written in the wrong
            place.
Solution:   Write CTRL-Z at the end of the file.  Update the help to explain
            the possibilities better. (Ken Takata, closes #11486)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong struct access for member.</title>
<updated>2022-10-28T15:51:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-28T15:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=72c8e3c070b30f82bc0d203a62c168e43a13e99b'/>
<id>72c8e3c070b30f82bc0d203a62c168e43a13e99b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0817</title>
<updated>2022-10-22T10:25:19+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-22T10:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fb0cf2357e0c85bbfd9f9178705ad8d77b6b3b4e'/>
<id>fb0cf2357e0c85bbfd9f9178705ad8d77b6b3b4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0509: confusing error for "saveas" command with "nofile" buffer</title>
<updated>2022-09-20T10:49:10+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-20T10:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=500a1f9972afa354f0bc77bc535aabf9f5f0116d'/>
<id>500a1f9972afa354f0bc77bc535aabf9f5f0116d</id>
<content type='text'>
Problem:    Confusing error for "saveas" command with "nofile" buffer.
Solution:   Give a clearer error message. (closes #11171)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Confusing error for "saveas" command with "nofile" buffer.
Solution:   Give a clearer error message. (closes #11171)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0278: the +wildignore feature is nearly always available</title>
<updated>2022-08-26T15:41:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-08-26T15:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=074fbd413172edc6f4936296a28bf8fd5cdfa38b'/>
<id>074fbd413172edc6f4936296a28bf8fd5cdfa38b</id>
<content type='text'>
Problem:    The +wildignore feature is nearly always available.
Solution:   Graduate +wildignore for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The +wildignore feature is nearly always available.
Solution:   Graduate +wildignore for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0263: too many #ifdefs</title>
<updated>2022-08-25T14:11:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-08-25T14:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6d4b2f54df5d533eb0794331f38445a6ca5d3a3f'/>
<id>6d4b2f54df5d533eb0794331f38445a6ca5d3a3f</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Make some functions always available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Make some functions always available.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0119: tiny chance that creating a backup file fails</title>
<updated>2022-07-31T10:50:42+00:00</updated>
<author>
<name>K.Takata</name>
<email>kentkt@csc.jp</email>
</author>
<published>2022-07-31T10:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dbdcc799109f0893856f07e03214206723cfdcf6'/>
<id>dbdcc799109f0893856f07e03214206723cfdcf6</id>
<content type='text'>
Problem:    Tiny chance that creating a backup file fails.
Solution:   Check for EEXIST error. (Ken Takata, closes #10821)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tiny chance that creating a backup file fails.
Solution:   Check for EEXIST error. (Ken Takata, closes #10821)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4928: various white space and cosmetic mistakes</title>
<updated>2022-05-09T19:09:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-05-09T19:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6ed545e79735f23ff8e650bc2f0967e5a0baedc9'/>
<id>6ed545e79735f23ff8e650bc2f0967e5a0baedc9</id>
<content type='text'>
Problem:    Various white space and cosmetic mistakes.
Solution:   Change spaces to tabs, improve comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various white space and cosmetic mistakes.
Solution:   Change spaces to tabs, improve comments.
</pre>
</div>
</content>
</entry>
</feed>
