<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/fileio.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.1132: code is indented more than needed</title>
<updated>2023-01-02T16:54:53+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-01-02T16:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dc4daa3a3915fba11ac87d27977240d9a5e0d47d'/>
<id>dc4daa3a3915fba11ac87d27977240d9a5e0d47d</id>
<content type='text'>
Problem:    Code is indented more than needed.
Solution:   Use an early return to reduce indentation. (Yegappan Lakshmanan,
            closes #11769)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code is indented more than needed.
Solution:   Use an early return to reduce indentation. (Yegappan Lakshmanan,
            closes #11769)
</pre>
</div>
</content>
</entry>
<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.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>patch 9.0.0819</title>
<updated>2022-10-29T19:01:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-29T19:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1577537f109d97a975fda9a899cacfb598617767'/>
<id>1577537f109d97a975fda9a899cacfb598617767</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.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.0275: BufEnter not triggered when using ":edit" in "nofile" buffer</title>
<updated>2022-08-26T12:16:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-08-26T12:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a9b5b85068b2fcb1c01ea20524e227bcad579ceb'/>
<id>a9b5b85068b2fcb1c01ea20524e227bcad579ceb</id>
<content type='text'>
Problem:    BufEnter not triggered when using ":edit" in "nofile" buffer.
Solution:   Let readfile() return NOTDONE. (closes #10986)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    BufEnter not triggered when using ":edit" in "nofile" buffer.
Solution:   Let readfile() return NOTDONE. (closes #10986)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" buffer</title>
<updated>2022-08-26T10:55:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-08-26T10:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b1d2c8116cb5577961ea109651fb888b5e58265f'/>
<id>b1d2c8116cb5577961ea109651fb888b5e58265f</id>
<content type='text'>
Problem:    BufReadCmd not triggered when loading a "nofile" buffer. (Maxim
            Kim)
Solution:   Call readfile() but bail out before reading a file.
            (closes #10983)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    BufReadCmd not triggered when loading a "nofile" buffer. (Maxim
            Kim)
Solution:   Call readfile() but bail out before reading a file.
            (closes #10983)
</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.0206: redraw flags are not named specifically</title>
<updated>2022-08-14T13:17:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-08-14T13:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a4d158b3c839e96ed98ff87c7b7124ff4518c4ff'/>
<id>a4d158b3c839e96ed98ff87c7b7124ff4518c4ff</id>
<content type='text'>
Problem:    Redraw flags are not named specifically.
Solution:   Prefix "UPD_" to the flags, for UPDate_screen().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Redraw flags are not named specifically.
Solution:   Prefix "UPD_" to the flags, for UPDate_screen().
</pre>
</div>
</content>
</entry>
</feed>
