Commit Graph

897 Commits

Author SHA1 Message Date
jazmit
095a23cc1c Changed <Leader>a= to only align one = sign
Currently `<Leader>a=` acting on the following:
````
a = b == 3
xyz = u == v
````
produces
````
a   = b = = 3
xyz = u = = v
````
.. which is probably not what the user intended.
Since aligning `=` almost always refers to assignment, it makes sense to only align the first one.
2015-02-04 20:35:43 +00:00
Steve Francia
7e458ddaa9 Merge pull request #712 from MyChaOS87/3.0
Fixing bootstrap being destructive
2015-01-19 12:37:15 -05:00
Michael Kasch
790c57c425 Fixing bootstrap being destructive as .vimrc.bundles.default only souces
.vimrc.before.fork and not .vimrc.before or .vimrc.before.local .
now sourcing .vimrc.before, which then sources the other two by default.
2015-01-02 14:53:21 +01:00
Dan Simmons
e841851489 Removed superfluous golang TagBar var in .vimrc. 2014-12-30 23:09:48 -05:00
Steve Francia
1970f96d64 Merge pull request #702 from edi9999/patch-2
Update to ctrlpvim/ctrlp.vim
2014-12-18 21:49:04 -05:00
Steve Francia
330d4eed93 Merge pull request #703 from fabianhjr/3.0
Add elixir group to .vimrc.bundles
2014-12-18 21:48:50 -05:00
Fabián Heredia Montiel
ffd2095d45 Add snipets support and mix compilation for elixir group 2014-12-12 12:55:29 -06:00
Fabián Heredia Montiel
7aa4ea0aac Fix missing endif in group Elixir 2014-12-12 09:58:38 -06:00
Fabián Heredia Montiel
c3ea335d00 Add elixir group to .vimrc.bundles 2014-12-12 09:42:15 -06:00
Edgar Hipp
cf7faafaf7 Update to ctrlpvim/ctrlp.vim
kien/ctrlp.vim hasn't been update for over 1 year, and the ctrlpvim version is working better, especially it will order the files intelligently, showing first exact matches
2014-12-11 12:27:43 +01:00
Steve Francia
a8f8b19768 Merge pull request #697 from regedor/3.0
Fixed edit shortcuts for paths containing spaces
2014-12-08 21:02:31 -05:00
Steve Francia
58b5765fb1 Merge pull request #689 from drake01/3.0
added check for override_spf13_bundles in vimrc
2014-12-08 21:02:09 -05:00
Steve Francia
764cebfef3 Merge pull request #687 from edi9999/patch-1
Update .vimrc
2014-12-08 21:01:50 -05:00
Steve Francia
664f2028a0 Merge pull request #698 from leowzukw/patch-2
Remove traillings
2014-12-08 21:01:37 -05:00
Steve Francia
cef6b6af70 Merge pull request #700 from switchspan/3.0
Updated windows install information in README
2014-12-08 21:00:59 -05:00
switchspan
1b05a646c6 Added prompt for Chocolatey install example and fixed package link 2014-12-08 20:39:01 -05:00
switchspan
dae72e7e54 Updated readme section on windows spf13-vim installation 2014-12-08 20:34:50 -05:00
leowzukw
1ca8fe061a Remove traillings 2014-12-06 11:30:21 +01:00
Miguel Regedor
366e81df66 Fixed edit shortcuts for paths containing spaces
This is the current implementation on http://vimcasts.org/e/14 
The original one would not work for paths containing spaces or other strange characters.
2014-12-03 16:55:07 +01:00
Steve Francia
b45996f282 Merge pull request #691 from seyDoggy/3.0
Swapped vim-multiple-cursors
2014-11-20 12:56:46 -05:00
Adam Merrifield
7f7fc65b9a Swapped out terryma/vim-multiple-cursors for the better supported kristijanhusak/vim-multiple-cursors 2014-11-20 10:17:53 -05:00
drake01
11dda52acb added check for override_spf13_bundles in vimrc 2014-11-08 20:47:00 +05:30
Edgar Hipp
7f6b867b0a Update .vimrc
I don't want trailing spaces in my sql :-)
2014-11-06 17:38:47 +01:00
David Elliott
61bbd8361c add jiangmiao/auto-pairs 2014-10-13 11:16:15 -07:00
Steve Francia
03b54857cf Merge pull request #675 from jaguarondi/patch-1
Update README.markdown
2014-10-07 16:20:33 -04:00
David Bourgeois
0b0da6eb4a Update README.markdown
Added information from this forum topic on how to add a bundle to the list: https://groups.google.com/forum/#!searchin/spf13-vim-discuss/install/spf13-vim-discuss/s_PMWxVVogM/otCEQs0ZlsYJ
2014-10-02 16:36:12 +02:00
Steve Francia
290c7ec5c7 Merge pull request #671 from shoekstra/add_bundle_for_puppet
Add "puppet" bundle.
2014-09-18 13:15:33 -04:00
Steve Francia
4312272a2d Merge pull request #672 from shoekstra/fix_echo
fixed echo command
2014-09-18 13:15:15 -04:00
Stephen Hoekstra
d0956d8731 removed Puppet-Syntax-Highlighting as it's antiquated and not maintained 2014-09-14 21:41:55 +02:00
Stephen Hoekstra
eaacf45a5b fixed echo command 2014-09-14 21:23:17 +02:00
Stephen Hoekstra
c444d0d95c created "puppet" bundle. 2014-09-14 19:07:33 +02:00
Steve Francia
ff1c8bc1bf Merge pull request #669 from wolfgangpfnuer/patch-1
replace iunmap <CR> with inoremap <CR> <CR>
2014-09-08 12:01:32 -04:00
Wolfgang Pfnür
a299f3156a replace iunmap <CR> with inoremap <CR> <CR>
If noninvasive completion is set, i get the following error:

Error detected while processing ~/.vimrc:
line  730:
E31: No such mapping
Press ENTER or type command to continue

To avoid this "no such mapping" error, instead of unmapping the commands for <CR> one can simply overwrite it with itself to reset it, which works regardless of wether the mapping existed or not.
2014-09-03 09:21:55 +02:00
Steve Francia
70c38b1484 Merge pull request #664 from jinnovate/HOME-set
Ensure HOME environmental variable set
2014-08-26 16:07:26 -04:00
Steve Francia
8a2f2447fa Merge pull request #667 from dustinrc/saltstack
Add support for Salt files
2014-08-26 16:07:05 -04:00
spf13
4229220da6 Adopting the Apache 2 License. Fixed #653 2014-08-26 16:02:03 -04:00
Dustin Chapman
31b80d63eb Add support for Salt files 2014-08-21 15:51:33 -04:00
Jonathan A. Epstein
203d640141 Ensure HOME environmental variable set
When working with puppet (and other setups), it is possible the HOME environmental variable is unset. This
leads to a spf13 bootstrap which does not perform as expected because `$HOME` is empty. This results in files being written to undesirable locations such as `/.spf13-vim-3/.vimrc.bundles` Let's stop the user before they get into this bad state.
2014-08-20 23:41:16 -04:00
Steve Francia
7f846aee9d Merge pull request #661 from Cupen/patch-1
Fixed regex of `NERDTreeIgnore`.
2014-08-20 10:18:19 -04:00
咚咔
c0865eb3b8 Fixed regex of NERDTreeIgnore.
NERDTree does'nt show directory which name containing '.git' '.svn' or '.hg'(e.g. 'cupen.github', 'a.svna').
The regx of `NERDTreeIgnore` was‘nt working right,I fixed it..
2014-08-17 14:25:50 +08:00
Steve Francia
f5ecf3284a Merge pull request #649 from gmunumel/improve_readme
Option to configure environment variable
2014-08-16 20:42:47 -04:00
Steve Francia
ab42a6f45b Merge pull request #651 from globin/rust_puppet
improve rust and puppet support
2014-08-16 20:42:29 -04:00
Steve Francia
928195c38b Merge pull request #654 from gmunumel/3.0
Improve the readme to show an option to configure the
2014-08-16 20:41:43 -04:00
Steve Francia
b0e4581096 Merge pull request #657 from yssource/3.0
Bugfix #320. vimdiff "]c" jump to next diff doesn't work
2014-08-16 20:41:02 -04:00
Steve Francia
1bdba7e126 Merge pull request #636 from chrisnicola/dont-remap-cr
Don't remap <CR> for omnicomplete it causes issues
2014-08-16 20:38:37 -04:00
JimmyG
636896aa8f Bugfix #320. vimdiff "]c" jump to next diff doesn\'t work #320. Thanks the help from @keelerm84 and @pwolfram 2014-08-13 03:02:32 +08:00
Gabriel Muñumel
9e1bf1908f Improve the readme to show an option to configure the
environment variables because they are not set by
default with gVim.
2014-08-06 18:30:58 -04:30
Robin Gloster
a570c9b1a8 improve rust and puppet support 2014-08-03 14:51:11 +02:00
spf13
c11055ed29 Removing csapprox ... and there was rejoicing in the terminals 2014-07-30 00:16:02 -04:00
spf13
e9b96e913c Merge branch '3.0' of github.com:spf13/spf13-vim into 3.0 2014-07-30 00:13:52 -04:00