<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v9.0.0449</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.0449: there is no easy way to translate a key code into a string</title>
<updated>2022-09-12T12:38:41+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-09-12T12:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cdc839353f68ca43db6446e1b727fc7ba657b738'/>
<id>cdc839353f68ca43db6446e1b727fc7ba657b738</id>
<content type='text'>
Problem:    There is no easy way to translate a string with a key code into a
            readable string.
Solution:   Add the keytrans() function. (closes #11114)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There is no easy way to translate a string with a key code into a
            readable string.
Solution:   Add the keytrans() function. (closes #11114)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0448: SubRip files are not recognized</title>
<updated>2022-09-12T11:43:23+00:00</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-09-12T11:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5a4eb55122e45444d3a6c56ce108ce29bc8e52ab'/>
<id>5a4eb55122e45444d3a6c56ce108ce29bc8e52ab</id>
<content type='text'>
Problem:    SubRip files are not recognized.
Solution:   Add a pattern for SubRip. (closes #11113)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    SubRip files are not recognized.
Solution:   Add a pattern for SubRip. (closes #11113)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0447: using :echowin while at the hit-enter prompt causes problems</title>
<updated>2022-09-11T20:36:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-11T20:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cf0995d7d7301e36c81cafa14e68782f1d3be2ad'/>
<id>cf0995d7d7301e36c81cafa14e68782f1d3be2ad</id>
<content type='text'>
Problem:    Using :echowin while at the hit-enter prompt causes problems.
Solution:   Do not prompt for :echowin.  Postpone showing the message window.
            Start the timer when the window is displayed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using :echowin while at the hit-enter prompt causes problems.
Solution:   Do not prompt for :echowin.  Postpone showing the message window.
            Start the timer when the window is displayed.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0446: message window may be positioned too low</title>
<updated>2022-09-11T19:12:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-11T19:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=87e74d0e03c6c0267546b2e3a49316f3e84d9794'/>
<id>87e74d0e03c6c0267546b2e3a49316f3e84d9794</id>
<content type='text'>
Problem:    Message window may be positioned too low.
Solution:   Compute cmdline_row before computing the position.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Message window may be positioned too low.
Solution:   Compute cmdline_row before computing the position.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0445: when opening/closing window text moves up/down</title>
<updated>2022-09-11T15:59:53+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2022-09-11T15:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=29ab524358ba429bcf6811710afc97a978641f0b'/>
<id>29ab524358ba429bcf6811710afc97a978641f0b</id>
<content type='text'>
Problem:    When opening/closing window text moves up/down.
Solution:   Add the 'splitscroll' option.  When off text will keep its
            position as much as possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When opening/closing window text moves up/down.
Solution:   Add the 'splitscroll' option.  When off text will keep its
            position as much as possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0444: trying to declare g:variable gives confusing error</title>
<updated>2022-09-11T14:14:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-11T14:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9510d22463055f56548ff461ccbc54caa1ba1a2f'/>
<id>9510d22463055f56548ff461ccbc54caa1ba1a2f</id>
<content type='text'>
Problem:    Trying to declare g:variable gives confusing error.
Solution:   Give a better error message. (closes #11108)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Trying to declare g:variable gives confusing error.
Solution:   Give a better error message. (closes #11108)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0443: blueprint files are not recognized</title>
<updated>2022-09-11T12:37:37+00:00</updated>
<author>
<name>Gabriele Musco</name>
<email>gabmus@disroot.org</email>
</author>
<published>2022-09-11T12:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cce82a55b8105560a2ef724999c856966337b48e'/>
<id>cce82a55b8105560a2ef724999c856966337b48e</id>
<content type='text'>
Problem:    Blueprint files are not recognized.
Solution:   Add a pattern for blueprint files. (Gabriele Musco, closes #11107)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Blueprint files are not recognized.
Solution:   Add a pattern for blueprint files. (Gabriele Musco, closes #11107)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0442: virtual text "above" doesn't handel line numbers</title>
<updated>2022-09-11T12:31:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-11T12:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=79f8b8494cd4f738f25272ece94d8b524b99cb09'/>
<id>79f8b8494cd4f738f25272ece94d8b524b99cb09</id>
<content type='text'>
Problem:    Virtual text "above" doesn't handel line numbers.
Solution:   Take the left column offset into account. (issue #11084)
            Also make padding work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Virtual text "above" doesn't handel line numbers.
Solution:   Take the left column offset into account. (issue #11084)
            Also make padding work.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0441: closure in for loop test fails on some systems</title>
<updated>2022-09-11T11:01:04+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-11T11:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c069edeab28bdd7289d7096cd92804cb54841557'/>
<id>c069edeab28bdd7289d7096cd92804cb54841557</id>
<content type='text'>
Problem:    Closure in for loop test fails on some systems.
Solution:   Do not wait for the ruler to show up. (issue #11106)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Closure in for loop test fails on some systems.
Solution:   Do not wait for the ruler to show up. (issue #11106)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0440: crash when using mkdir() with "R" flag in compiled function</title>
<updated>2022-09-11T10:49:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-11T10:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f5fec05c7fd0df4c934a838e82882e601dc920cb'/>
<id>f5fec05c7fd0df4c934a838e82882e601dc920cb</id>
<content type='text'>
Problem:    Crash when using mkdir() with "R" flag in compiled function.
Solution:   Reserve a variable for deferred function calls.  Handle more than
            one argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using mkdir() with "R" flag in compiled function.
Solution:   Reserve a variable for deferred function calls.  Handle more than
            one argument.
</pre>
</div>
</content>
</entry>
</feed>
