<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir, branch v0.3.7</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>vim-patch:8.1.0627: Python cannot handle function name of script-local function (#9392)</title>
<updated>2018-12-23T12:12:59+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-12-23T12:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e9685d9f70f26daa6a252baf8f5a2d411cf4b38f'/>
<id>e9685d9f70f26daa6a252baf8f5a2d411cf4b38f</id>
<content type='text'>
Problem:    Python cannot handle function name of script-local function.
Solution:   Use &lt;SNR&gt; instead of the special byte code. (Ozaki Kiichi, closes
            vim/vim#3681)
https://github.com/vim/vim/commit/9123c0b31a283f460ed2b6af95080120cf528118</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python cannot handle function name of script-local function.
Solution:   Use &lt;SNR&gt; instead of the special byte code. (Ozaki Kiichi, closes
            vim/vim#3681)
https://github.com/vim/vim/commit/9123c0b31a283f460ed2b6af95080120cf528118</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0596: not all parts of printf() are tested</title>
<updated>2018-12-16T19:48:30+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-12-15T19:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ae6848cd1296a3a86f0cc6e7623dc0a79521886d'/>
<id>ae6848cd1296a3a86f0cc6e7623dc0a79521886d</id>
<content type='text'>
Problem:    Not all parts of printf() are tested.
Solution:   Add a few more test cases. (Dominique Pelle, closes vim/vim#3691)
https://github.com/vim/vim/commit/21e551cce26ea6ff389b6c90f1945facf1a8a066
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all parts of printf() are tested.
Solution:   Add a few more test cases. (Dominique Pelle, closes vim/vim#3691)
https://github.com/vim/vim/commit/21e551cce26ea6ff389b6c90f1945facf1a8a066
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0588: cannot define a sign with space in the text</title>
<updated>2018-12-15T03:51:12+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-12-15T03:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=845973c9fed0da7a0d471f5b57ab361961a3de93'/>
<id>845973c9fed0da7a0d471f5b57ab361961a3de93</id>
<content type='text'>
Problem:    Cannot define a sign with space in the text.
Solution:   Allow for escaping characters. (Ben Jackson, closes vim/vim#2967)
https://github.com/vim/vim/commit/06b056e110005ce0dd97b8c6333405afd06c36fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot define a sign with space in the text.
Solution:   Allow for escaping characters. (Ben Jackson, closes vim/vim#2967)
https://github.com/vim/vim/commit/06b056e110005ce0dd97b8c6333405afd06c36fc
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0585: undo test may fail on MS-Windows</title>
<updated>2018-12-15T03:41:59+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-12-15T03:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bcc9b9335ceddf1f3ff11ae7bb2821c4f55c301b'/>
<id>bcc9b9335ceddf1f3ff11ae7bb2821c4f55c301b</id>
<content type='text'>
Problem:    Undo test may fail on MS-Windows.
Solution:   Also handle lower case drive letters.
https://github.com/vim/vim/commit/56242f2b08737677812513c447955579a19aa620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Undo test may fail on MS-Windows.
Solution:   Also handle lower case drive letters.
https://github.com/vim/vim/commit/56242f2b08737677812513c447955579a19aa620
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.1748: CmdlineEnter command uses backslash instead of slash</title>
<updated>2018-12-13T00:14:16+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-12-11T03:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0930435fc30d1e7e6be05ed1cd1d072e3616b6f4'/>
<id>0930435fc30d1e7e6be05ed1cd1d072e3616b6f4</id>
<content type='text'>
Problem:    CmdlineEnter command uses backslash instead of slash.
Solution:   Don't treat the character as a file name. (closes vim/vim#2837)
https://github.com/vim/vim/commit/a4baf5b32519855bb176a7aa0e9397c137ca890a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    CmdlineEnter command uses backslash instead of slash.
Solution:   Don't treat the character as a file name. (closes vim/vim#2837)
https://github.com/vim/vim/commit/a4baf5b32519855bb176a7aa0e9397c137ca890a
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.1445: cannot act on edits in the command line</title>
<updated>2018-12-12T09:25:36+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-01-31T15:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6c602be33a5176fd1101e8cff45dd2a85b0e512e'/>
<id>6c602be33a5176fd1101e8cff45dd2a85b0e512e</id>
<content type='text'>
Problem:    Cannot act on edits in the command line.
Solution:   Add the CmdlineChanged autocommand event. (xtal8, closes vim/vim#2603,
            closes vim/vim#2524)

https://github.com/vim/vim/commit/153b704e20f9c269450a7d3ea8cafcf942579ab7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot act on edits in the command line.
Solution:   Add the CmdlineChanged autocommand event. (xtal8, closes vim/vim#2603,
            closes vim/vim#2524)

https://github.com/vim/vim/commit/153b704e20f9c269450a7d3ea8cafcf942579ab7
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0574: 'commentstring', fold marker in C (#9339)</title>
<updated>2018-12-10T02:11:56+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-12-10T02:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=55c5185884d707e6c59d1900a4d921038f360807'/>
<id>55c5185884d707e6c59d1900a4d921038f360807</id>
<content type='text'>
Problem:    'commentstring' not used when adding fold marker in C.
Solution:   Require white space before middle comment part. (mostly by
            Hirohito Higashi)
https://github.com/vim/vim/commit/4af7259b2b35e85c590d54908fcd248d2c733be8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'commentstring' not used when adding fold marker in C.
Solution:   Require white space before middle comment part. (mostly by
            Hirohito Higashi)
https://github.com/vim/vim/commit/4af7259b2b35e85c590d54908fcd248d2c733be8</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0497: :%diffput changes order of lines</title>
<updated>2018-12-09T18:05:53+00:00</updated>
<author>
<name>Anatolii Sakhnik</name>
<email>sakhnik@gmail.com</email>
</author>
<published>2018-12-09T18:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8f20c22e10c35075afd97bf6af50fb6d9a2dc710'/>
<id>8f20c22e10c35075afd97bf6af50fb6d9a2dc710</id>
<content type='text'>
Problem:    :%diffput changes order of lines. (Markus Braun)
Solution:   Do adjust marks when using internal diff.

https://github.com/vim/vim/commit/5f57bdcab77bc417ae0357fe8ad6c7259b6d25df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :%diffput changes order of lines. (Markus Braun)
Solution:   Do adjust marks when using internal diff.

https://github.com/vim/vim/commit/5f57bdcab77bc417ae0357fe8ad6c7259b6d25df
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0458: ml_get error and crash when using "do"</title>
<updated>2018-12-09T17:55:08+00:00</updated>
<author>
<name>Anatolii Sakhnik</name>
<email>sakhnik@gmail.com</email>
</author>
<published>2018-12-09T17:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e104228b1c89022f0b284753ff92deb2e9374c5b'/>
<id>e104228b1c89022f0b284753ff92deb2e9374c5b</id>
<content type='text'>
Problem:    Ml_get error and crash when using "do".
Solution:   Adjust cursor position also when diffupdate is not needed.
            (Hirohito Higashi)

https://github.com/vim/vim/commit/df77cef92ec034796723ffa3adb12e8b46daa98e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Ml_get error and crash when using "do".
Solution:   Adjust cursor position also when diffupdate is not needed.
            (Hirohito Higashi)

https://github.com/vim/vim/commit/df77cef92ec034796723ffa3adb12e8b46daa98e
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0397: no event triggered after updating diffs</title>
<updated>2018-12-09T17:45:56+00:00</updated>
<author>
<name>Anatolii Sakhnik</name>
<email>sakhnik@gmail.com</email>
</author>
<published>2018-12-09T17:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2c92a4d0c8a398c8a7dfd1666fdcfd2ab89cc887'/>
<id>2c92a4d0c8a398c8a7dfd1666fdcfd2ab89cc887</id>
<content type='text'>
Problem:    No event triggered after updating diffs.
Solution:   Add the DiffUpdated event.

https://github.com/vim/vim/commit/e8fa05b5bc2d6d76bf5af50176a63655d00d1110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No event triggered after updating diffs.
Solution:   Add the DiffUpdated event.

https://github.com/vim/vim/commit/e8fa05b5bc2d6d76bf5af50176a63655d00d1110
</pre>
</div>
</content>
</entry>
</feed>
