<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/misc/vim-plugins, branch staging.patchShebangs</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>Introduce patchShebangsPhase ran in preConfigurePhases</title>
<updated>2015-01-02T01:58:32+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2015-01-02T01:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=512fbb280f72980e84230b72b631258df1755919'/>
<id>512fbb280f72980e84230b72b631258df1755919</id>
<content type='text'>
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar &lt;domen@dev.si&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar &lt;domen@dev.si&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "vim-plugins: update"</title>
<updated>2014-12-17T23:41:47+00:00</updated>
<author>
<name>Arseniy Seroka</name>
<email>ars.seroka@gmail.com</email>
</author>
<published>2014-12-17T23:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b11927ff684168e95147a42895def8c9eb486be5'/>
<id>b11927ff684168e95147a42895def8c9eb486be5</id>
<content type='text'>
This reverts commit b736b20203960cc068092e5c5e3b693322fb1c43.

Because `vim-plugin-names-to-nix` doesn't create sha's.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b736b20203960cc068092e5c5e3b693322fb1c43.

Because `vim-plugin-names-to-nix` doesn't create sha's.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-plugins: update</title>
<updated>2014-12-17T23:39:51+00:00</updated>
<author>
<name>Arseniy Seroka</name>
<email>ars.seroka@gmail.com</email>
</author>
<published>2014-12-17T23:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b736b20203960cc068092e5c5e3b693322fb1c43'/>
<id>b736b20203960cc068092e5c5e3b693322fb1c43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>yunocommit-vim: fix link</title>
<updated>2014-12-04T23:32:36+00:00</updated>
<author>
<name>Arseniy Seroka</name>
<email>ars.seroka@gmail.com</email>
</author>
<published>2014-12-04T23:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=22dfaefea570be75a7ab591abb245debd4cff96c'/>
<id>22dfaefea570be75a7ab591abb245debd4cff96c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>yunocommit-vim: update plugin</title>
<updated>2014-12-04T22:50:55+00:00</updated>
<author>
<name>Arseniy Seroka</name>
<email>ars.seroka@gmail.com</email>
</author>
<published>2014-12-04T22:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3342729bd0392602e62bfe3ff08ec7e60fb01a39'/>
<id>3342729bd0392602e62bfe3ff08ec7e60fb01a39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring vim plugins again:</title>
<updated>2014-12-04T14:32:38+00:00</updated>
<author>
<name>Marc Weber</name>
<email>marco-oweber@gmx.de</email>
</author>
<published>2014-12-04T14:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=abd016cea870c3b7bc1257dc093d90bc915c3f61'/>
<id>abd016cea870c3b7bc1257dc093d90bc915c3f61</id>
<content type='text'>
- sort automatcially generated vim derivations
- move the plugins to be derived by VAM into its own file: vim-plugin-names
- rename vimrc into vimUtils moving all common code into it
  so that it is possible to use it within ~/.nixpkgs/config.nix
- Moving all important documentation into vimUtils
- provide vimPlugins.pluginnames2Nix to provide a bin/vim-* command
  writing updated derivations into its buffer

VAM's repository's nix.vim got some improvements @ VAM repository, eg hg
fetchout out got fixed and shell failures are noticed now (Thanks to Arseniy
Seroka)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- sort automatcially generated vim derivations
- move the plugins to be derived by VAM into its own file: vim-plugin-names
- rename vimrc into vimUtils moving all common code into it
  so that it is possible to use it within ~/.nixpkgs/config.nix
- Moving all important documentation into vimUtils
- provide vimPlugins.pluginnames2Nix to provide a bin/vim-* command
  writing updated derivations into its buffer

VAM's repository's nix.vim got some improvements @ VAM repository, eg hg
fetchout out got fixed and shell failures are noticed now (Thanks to Arseniy
Seroka)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the Vim Plugins Documentation</title>
<updated>2014-11-30T22:12:32+00:00</updated>
<author>
<name>Lysergia</name>
<email>prikhi@users.noreply.github.com</email>
</author>
<published>2014-11-30T22:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=eb7f8666f270d99c93d9045b5f2b00dd8d76bfa2'/>
<id>eb7f8666f270d99c93d9045b5f2b00dd8d76bfa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos and remove useless imports</title>
<updated>2014-11-23T23:44:27+00:00</updated>
<author>
<name>Arseniy Seroka</name>
<email>ars.seroka@gmail.com</email>
</author>
<published>2014-11-23T23:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3367a28270b261bebecac2542b1de22175114b87'/>
<id>3367a28270b261bebecac2542b1de22175114b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>racer: add pkg and vim plugin</title>
<updated>2014-11-23T23:41:36+00:00</updated>
<author>
<name>Arseniy Seroka</name>
<email>ars.seroka@gmail.com</email>
</author>
<published>2014-11-23T19:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ec8bfcb6962807600c54ee230f3ec7c33fcd9097'/>
<id>ec8bfcb6962807600c54ee230f3ec7c33fcd9097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sort plugins</title>
<updated>2014-11-20T20:49:17+00:00</updated>
<author>
<name>Arseniy Seroka</name>
<email>ars.seroka@gmail.com</email>
</author>
<published>2014-11-20T20:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f54f79e5a3632a510daceeb0ccd6fa1ebd8a9ce4'/>
<id>f54f79e5a3632a510daceeb0ccd6fa1ebd8a9ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
