<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime, branch v0.5.0</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>doc(options): Fix recommended PowerShell config (#14349)</title>
<updated>2021-07-02T12:15:40+00:00</updated>
<author>
<name>Dimitri Tcaciuc</name>
<email>dtcaciuc@users.noreply.github.com</email>
</author>
<published>2021-07-02T12:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b0765390292961aa0ec22e9931885c6d947c5e6'/>
<id>8b0765390292961aa0ec22e9931885c6d947c5e6</id>
<content type='text'>
Ensure that
  * Shell uses UTF8 input/output mode
  * Stderr output is captured, in UTF8
  * Program exit codes are correctly captured

Update functional test harness and add tests
for :make command.

Closes #13713</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that
  * Shell uses UTF8 input/output mode
  * Stderr output is captured, in UTF8
  * Program exit codes are correctly captured

Update functional test harness and add tests
for :make command.

Closes #13713</pre>
</div>
</content>
</entry>
<entry>
<title>runtime/vim: d2ea7cf10a4d026ebd402594d656af7d5c811c24 (#14950)</title>
<updated>2021-07-01T21:31:30+00:00</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-07-01T21:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2dd7828511d04a8b7f1ac4331c719a751a5db869'/>
<id>2dd7828511d04a8b7f1ac4331c719a751a5db869</id>
<content type='text'>
Port vim syntax file only.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port vim syntax file only.</pre>
</div>
</content>
</entry>
<entry>
<title>BugFix(clipboard): Fix block paste not working properly</title>
<updated>2021-07-01T09:01:01+00:00</updated>
<author>
<name>shadmansaleh</name>
<email>shadmansaleh3@gmail.com</email>
</author>
<published>2021-06-18T09:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=21444552c06240b68fd1ad2c3be4e83f64a10882'/>
<id>21444552c06240b68fd1ad2c3be4e83f64a10882</id>
<content type='text'>
Block copy and paste from system-clipboard currently breaks formatting.
This fixes it.

The bug occurs because system-clipboard doesn't contain information
about what mode the copy was made.
Simple solution to this is we keep a cache of copy we last made along
with mode information. If system-clipboard returns the cache we apply
the mode information that we know about that cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Block copy and paste from system-clipboard currently breaks formatting.
This fixes it.

The bug occurs because system-clipboard doesn't contain information
about what mode the copy was made.
Simple solution to this is we keep a cache of copy we last made along
with mode information. If system-clipboard returns the cache we apply
the mode information that we know about that cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Fix #14828 with empty values being incorrectly inserted</title>
<updated>2021-06-29T13:18:59+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-29T13:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=19b7cef0a7dc52f3ec016e0dd0ae82f0f6ecd4b1'/>
<id>19b7cef0a7dc52f3ec016e0dd0ae82f0f6ecd4b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname style</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-11T17:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6ecec87c099ce6182b4a1cc81846be9e0e70c1cd'/>
<id>6ecec87c099ce6182b4a1cc81846be9e0e70c1cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Fix #14669 whichwrap now acts as expected</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-11T16:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9119ea1becd5024ad14db04e2868feeae7c7d4de'/>
<id>9119ea1becd5024ad14db04e2868feeae7c7d4de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Add basic error handling</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>David Zhang</name>
<email>crispgm@gmail.com</email>
</author>
<published>2021-05-30T12:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b02e64c4dffd9044ea83e3f2d74b5f6db6bf6b99'/>
<id>b02e64c4dffd9044ea83e3f2d74b5f6db6bf6b99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Get window options before setting.</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>ckipp01</name>
<email>ckipp@pm.me</email>
</author>
<published>2021-05-30T11:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e6175f6389ea3fdc685fe2158948d49caa8cdba2'/>
<id>e6175f6389ea3fdc685fe2158948d49caa8cdba2</id>
<content type='text'>
This closes #14677, but I also am a little unsure if there are times
where this may not be correct. However, this just changes the behavior
that even if `was_set` was false, we still get for
`nvim_win_get_option`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #14677, but I also am a little unsure if there are times
where this may not be correct. However, this just changes the behavior
that even if `was_set` was false, we still get for
`nvim_win_get_option`.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): #14708 Now lets you put duplicate values in wildmode</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-11T15:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1d3ee1c44186c211611abd03bdb4e38004b14ff4'/>
<id>1d3ee1c44186c211611abd03bdb4e38004b14ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(doc/api): Remove 'border' as unsupported (#14916)</title>
<updated>2021-06-29T00:40:56+00:00</updated>
<author>
<name>Daniel Steinberg</name>
<email>dstein64@users.noreply.github.com</email>
</author>
<published>2021-06-29T00:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f83c25942dd8b94ad5218ce78b9e6fb86d2f0358'/>
<id>f83c25942dd8b94ad5218ce78b9e6fb86d2f0358</id>
<content type='text'>
PR #13998 added support for floating window borders.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR #13998 added support for floating window borders.</pre>
</div>
</content>
</entry>
</feed>
