<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/pack/dist/opt, 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.0311: filtering entries in a quickfix list is not easy</title>
<updated>2018-11-14T02:32:00+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-11-14T02:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9e59fdf5f6522d91f1fb282465d3c6c0b8093daf'/>
<id>9e59fdf5f6522d91f1fb282465d3c6c0b8093daf</id>
<content type='text'>
Problem:    Filtering entries in a quickfix list is not easy.
Solution:   Add the cfilter plugin. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/8c5e0093c9badced73e382915fb024a5c3ea463b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Filtering entries in a quickfix list is not easy.
Solution:   Add the cfilter plugin. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/8c5e0093c9badced73e382915fb024a5c3ea463b
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:37c64c78fd87</title>
<updated>2017-11-07T19:03:24+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T18:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8c6168565cb5dade92f9da51c1c9e96882029eaa'/>
<id>8c6168565cb5dade92f9da51c1c9e96882029eaa</id>
<content type='text'>
Note: Ignored changes to matchit.vim in favor of faca81411628.

---

Update runtime files.

https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: Ignored changes to matchit.vim in favor of faca81411628.

---

Update runtime files.

https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:c572da5f67aa</title>
<updated>2017-11-07T02:23:37+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T02:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8c3377ee76e5cc4f5a4228f216bde1d03b496d69'/>
<id>8c3377ee76e5cc4f5a4228f216bde1d03b496d69</id>
<content type='text'>
Update runtime files

https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files

https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:3e496b0ea319</title>
<updated>2017-04-28T21:39:24+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-04-28T21:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7'/>
<id>40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7</id>
<content type='text'>
Updated runtime files.

https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0

NA patches:
vim-patch:8.0.0015
vim-patch:8.0.0016
vim-patch:177778575148
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated runtime files.

https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0

NA patches:
vim-patch:8.0.0015
vim-patch:8.0.0016
vim-patch:177778575148
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1673 (#5141)</title>
<updated>2016-08-03T12:07:28+00:00</updated>
<author>
<name>Panashe Fundira</name>
<email>fundirap@gmail.com</email>
</author>
<published>2016-08-03T12:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=08d11bd42f3cacc66f3d6097ff18c50059079f14'/>
<id>08d11bd42f3cacc66f3d6097ff18c50059079f14</id>
<content type='text'>
Problem:    The justify plugin has to be copied or sourced to be used.
Solution:   Turn it into a package.

https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8

Justification for changes that do not carry over

- `Filelist` does not exist in neovim
- neovim does not have a `README.txt` in `runtime/macros`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The justify plugin has to be copied or sourced to be used.
Solution:   Turn it into a package.

https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8

Justification for changes that do not carry over

- `Filelist` does not exist in neovim
- neovim does not have a `README.txt` in `runtime/macros`</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1676 #5143</title>
<updated>2016-08-01T07:25:03+00:00</updated>
<author>
<name>Panashe M. Fundira</name>
<email>fundirap@gmail.com</email>
</author>
<published>2016-07-31T20:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=70ae6ac344472e51ac75316992e2c03464b4f6ad'/>
<id>70ae6ac344472e51ac75316992e2c03464b4f6ad</id>
<content type='text'>
Problem:    The shellmenu plugin has to be copied or sourced to be used.
Solution:   Turn it into a package.

https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55

Justification for changes that do not carry over

- `Filelist` does not exist in neovim
- neovim does not have a `README.txt` in `runtime/macros`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The shellmenu plugin has to be copied or sourced to be used.
Solution:   Turn it into a package.

https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55

Justification for changes that do not carry over

- `Filelist` does not exist in neovim
- neovim does not have a `README.txt` in `runtime/macros`
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1675 #5142</title>
<updated>2016-08-01T07:23:21+00:00</updated>
<author>
<name>Panashe M. Fundira</name>
<email>fundirap@gmail.com</email>
</author>
<published>2016-07-31T20:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=247d1cec06f711d92b810126d56bec5183e62497'/>
<id>247d1cec06f711d92b810126d56bec5183e62497</id>
<content type='text'>
Problem:    The swapmous plugin has to be copied or sourced to be used.
Solution:   Turn it into the swapmouse package.

https://github.com/vim/vim/commit/e101204906e10f1e100e2f9017985c61f26b03ac

Justification for changes that do not carry over

- `Filelist` does not exist in neovim
- neovim does not have a `README.txt` in `runtime/macros`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The swapmous plugin has to be copied or sourced to be used.
Solution:   Turn it into the swapmouse package.

https://github.com/vim/vim/commit/e101204906e10f1e100e2f9017985c61f26b03ac

Justification for changes that do not carry over

- `Filelist` does not exist in neovim
- neovim does not have a `README.txt` in `runtime/macros`
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:03413f4</title>
<updated>2016-07-08T05:45:21+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-07-08T03:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e686b613ecd349265e17d9c1f481cafac4935aef'/>
<id>e686b613ecd349265e17d9c1f481cafac4935aef</id>
<content type='text'>
Updated runtime files.

https://github.com/vim/vim/commit/03413f44167c4b5cd0012def9bb331e2518c83cf

Ignore changes to
* doc/Makefile, doc/help.txt: Related to Vim's version8 documentation
* doc/gui_x11.txt, doc/todo.txt, doc/vim.1, gvim.desktop, vim.desktop:
  Irrelevant to Neovim
* doc/quickref.txt, doc/options.txt: As of yet unported 'emoji'
* doc/tags, syntax/vim.vim: Generated at build time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated runtime files.

https://github.com/vim/vim/commit/03413f44167c4b5cd0012def9bb331e2518c83cf

Ignore changes to
* doc/Makefile, doc/help.txt: Related to Vim's version8 documentation
* doc/gui_x11.txt, doc/todo.txt, doc/vim.1, gvim.desktop, vim.desktop:
  Irrelevant to Neovim
* doc/quickref.txt, doc/options.txt: As of yet unported 'emoji'
* doc/tags, syntax/vim.vim: Generated at build time
</pre>
</div>
</content>
</entry>
<entry>
<title>Move vimball plugin into an optional package</title>
<updated>2016-07-08T05:45:20+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-06-26T17:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b418f3d6f2f98b446b79b0a1f6cf151f7e26246c'/>
<id>b418f3d6f2f98b446b79b0a1f6cf151f7e26246c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
