<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/proto, branch master</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.1554: code for handling 'switchbuf' is repeated</title>
<updated>2023-05-14T16:24:22+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-05-14T16:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e42c27d9e8a18e3786f13f17663914cdd0f63f9e'/>
<id>e42c27d9e8a18e3786f13f17663914cdd0f63f9e</id>
<content type='text'>
Problem:    Code for handling 'switchbuf' is repeated.
Solution:   Add a function to handle 'switchbuf'. (Yegappan Lakshmanan,
            closes #12397)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code for handling 'switchbuf' is repeated.
Solution:   Add a function to handle 'switchbuf'. (Yegappan Lakshmanan,
            closes #12397)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly</title>
<updated>2023-05-13T13:12:15+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-05-13T13:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=24b62ec8258cc7c9ca2c09f645f7f6b02584c892'/>
<id>24b62ec8258cc7c9ca2c09f645f7f6b02584c892</id>
<content type='text'>
Problem:    Position of marker for 'smoothscroll' not computed correctly.
Solution:   Take 'list' and other options into account. (Luuk van Baal,
            closes #12393)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Position of marker for 'smoothscroll' not computed correctly.
Solution:   Take 'list' and other options into account. (Luuk van Baal,
            closes #12393)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1544: recent glibc marks sigset() as a deprecated</title>
<updated>2023-05-11T21:25:42+00:00</updated>
<author>
<name>ichizok</name>
<email>gclient.gaap@gmail.com</email>
</author>
<published>2023-05-11T21:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=378447fc183b589039a5bf257923a86d439b0a91'/>
<id>378447fc183b589039a5bf257923a86d439b0a91</id>
<content type='text'>
Problem:    Recent glibc marks sigset() as a deprecated.
Solution:   Use sigaction() in mch_signal() if possible. (Ozaki Kiichi,
            closes #12373)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Recent glibc marks sigset() as a deprecated.
Solution:   Use sigaction() in mch_signal() if possible. (Ozaki Kiichi,
            closes #12373)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1538: :wqall does not trigger ExitPre</title>
<updated>2023-05-10T15:53:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-10T15:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=411da64e77ef9d8edd1a5aa80fa5b9a4b159c93d'/>
<id>411da64e77ef9d8edd1a5aa80fa5b9a4b159c93d</id>
<content type='text'>
Problem:    :wqall does not trigger ExitPre. (Bart Libert)
Solution:   Move preparations for :qall to a common function. (closes #12374)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :wqall does not trigger ExitPre. (Bart Libert)
Solution:   Move preparations for :qall to a common function. (closes #12374)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1516: cannot use special keys in &lt;Cmd&gt; mapping</title>
<updated>2023-05-06T15:22:04+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-05-06T15:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3ab3a864814f903da8a158c01820e4fbe1013c08'/>
<id>3ab3a864814f903da8a158c01820e4fbe1013c08</id>
<content type='text'>
Problem:    Cannot use special keys in &lt;Cmd&gt; mapping.
Solution:   Do allow for special keys in &lt;Cmd&gt; and &lt;ScriptCmd&gt; mappings.
            (closes #12326)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use special keys in &lt;Cmd&gt; mapping.
Solution:   Do allow for special keys in &lt;Cmd&gt; and &lt;ScriptCmd&gt; mappings.
            (closes #12326)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1515: reverse() does not work for a String</title>
<updated>2023-05-06T13:08:21+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-05-06T13:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=03ff1c2dde7f15eca5c9baa6dafbda9b49bedc3b'/>
<id>03ff1c2dde7f15eca5c9baa6dafbda9b49bedc3b</id>
<content type='text'>
Problem:    reverse() does not work for a String.
Solution:   Implement reverse() for a String. (Yegappan Lakshmanan,
            closes #12179)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    reverse() does not work for a String.
Solution:   Implement reverse() for a String. (Yegappan Lakshmanan,
            closes #12179)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' set</title>
<updated>2023-05-06T11:40:15+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-05-06T11:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c8502f9b880b6d23baa4f9d28b60e1ceb442e35f'/>
<id>c8502f9b880b6d23baa4f9d28b60e1ceb442e35f</id>
<content type='text'>
Problem:    Inserting lines when scrolling with 'smoothscroll' set.
Solution:   Adjust line height computation for w_skipcol. (Luuk van Baal,
            closes #12350)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Inserting lines when scrolling with 'smoothscroll' set.
Solution:   Adjust line height computation for w_skipcol. (Luuk van Baal,
            closes #12350)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1485: no functions for converting from/to UTF-16 index</title>
<updated>2023-04-24T20:09:54+00:00</updated>
<author>
<name>Christian Brabandt</name>
<email>cb@256bit.org</email>
</author>
<published>2023-04-24T20:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=67672ef097dd708244ff042a8364994da2b91e75'/>
<id>67672ef097dd708244ff042a8364994da2b91e75</id>
<content type='text'>
Problem:    no functions for converting from/to UTF-16 index.
Solution:   Add UTF-16 flag to existing funtions and add strutf16len() and
            utf16idx(). (Yegappan Lakshmanan, closes #12216)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    no functions for converting from/to UTF-16 index.
Solution:   Add UTF-16 flag to existing funtions and add strutf16len() and
            utf16idx(). (Yegappan Lakshmanan, closes #12216)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1481: decrypting with libsodium may fail if the library changes</title>
<updated>2023-04-23T16:50:22+00:00</updated>
<author>
<name>Christian Brabandt</name>
<email>cb@256bit.org</email>
</author>
<published>2023-04-23T16:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=aae583441bcdbb0bfef3b8a1d193e04ae09ca95d'/>
<id>aae583441bcdbb0bfef3b8a1d193e04ae09ca95d</id>
<content type='text'>
Problem:    Decrypting with libsodium may fail if the library changes.
Solution:   Add parameters used to the encrypted file header. (Christian
            Brabandt, closes #12279)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Decrypting with libsodium may fail if the library changes.
Solution:   Add parameters used to the encrypted file header. (Christian
            Brabandt, closes #12279)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1471: warnings for function declarations</title>
<updated>2023-04-19T19:28:48+00:00</updated>
<author>
<name>Michael Jarvis</name>
<email>michael@jarvis.com</email>
</author>
<published>2023-04-19T19:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=be9624eb47ff4db4f068c65ad9cd37b14d1818a8'/>
<id>be9624eb47ff4db4f068c65ad9cd37b14d1818a8</id>
<content type='text'>
Problem:    Warnings for function declarations.
Solution:   Add argument types. (Michael Jarvis, closes #12277)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Warnings for function declarations.
Solution:   Add argument types. (Michael Jarvis, closes #12277)
</pre>
</div>
</content>
</entry>
</feed>
