Commit Graph

9 Commits

Author SHA1 Message Date
spf13
5d13b68930 Merge branch '3.0' of https://github.com/perfectworks/pw-vim into 4.0
# By perfectworks
# Via perfectworks
* '3.0' of https://github.com/perfectworks/pw-vim:
  Fix bootstrap.sh install
  use bundle helper to import plugin
  add command alias for neobundle to compatible with vundle
  Replace vundle by NeoBundle

Conflicts:
	.vimrc.bundles
2013-10-13 14:32:20 -04:00
Stephen Bennett
b2389817c3 Populate .vimrc.before with all spf13 options
* .vimrc.before should not be modified (just like any other non-local
  or non-fork config file)
* .vimrc.before contains a list of all options that can be set
* .vimrc.before.local is where these options would actually be set
* support .vimrc.before and .vimrc.before.fork in install scripts
2013-09-05 01:34:43 -06:00
perfectworks
3a69500476 Replace vundle by NeoBundle
NeoBundle features:

* lazy initialization for optimizing startup time.
* revision lock feature.
* other VCS(Subversion/Git).
* vimproc(asynchronous update/install).

And the latest update of vundle is 4 months ago.
2013-07-26 16:00:03 +08:00
Sebastian Hahn
966553b8a4 Use https links where possible
I've gone through the entire repository, checking all http:// links to
see if the corresponding https urls would also work. This is especially
important when asking the user to run a script they fetched via curl,
because in the case of a mitm they will have no way at all to detect
that something malicious is going on.
2013-06-23 17:27:51 +02:00
Steve Francia
010d213d82 Fixing issue installing bundles on XP installer 2012-11-21 13:48:14 -05:00
Jan Wąsak
215e0a98a9 fix vundle cloning in xp-installer 2012-10-17 14:29:31 +02:00
Jan Wąsak
b72c6811d4 add update functionality to xp-installer 2012-10-17 14:28:09 +02:00
Jan Wąsak
027746b7c6 add backup .vim files in xp-installer
I believe the original bootstrap.sh checks if the files to be backed up
exist and are not symbolic links. In case of XP I think that not backing
up if "..\.spf13-vim-3" exists would probably be sufficient to save
updating users the wait.
If they decided to use the distribution the .vimrc should not be edited
manually anyway.
2012-10-17 14:09:51 +02:00
Jan Wąsak
855e7ffdb0 windows xp installer .cmd
Since there is no mklink in windows XP and installing the tool that
provides this function is only possible on NTFS filesystems I created
this installer for my colleagues at work.

Probably far from a perfect solution but just so people on old XP boxes
can enjoy the awesomness easily.
2012-10-12 12:18:03 +02:00