Commit Graph

779 Commits

Author SHA1 Message Date
spf13
49e1bcf1aa Fixed #617. period is now an end of word designator 2014-06-30 12:54:24 -04:00
spf13
391f61aac7 fixed #474 . Smaller default font on gvim 2014-06-30 12:34:21 -04:00
Steve Francia
4ab3c6f6d9 Merge pull request #623 from krblt/readme-update
explain default bundles for a fork
2014-06-30 11:36:40 -04:00
Steve Francia
1531256873 Merge pull request #627 from jrobeson/patch-2
remove spf13-vim 3.0 note
2014-06-30 11:30:28 -04:00
Johnny Robeson
82c924dbf5 remove spf13-vim 3.0 note
It's from two years ago and makes the text a bit too long. The upgrade from prior versions is mentioned in the Installation section
2014-06-22 05:02:22 -04:00
krblt
1eda954a8a explain default bundles for a fork 2014-06-09 13:08:37 +03:00
Steve Francia
c65d092ff6 Merge pull request #587 from JoveYu/3.0
fix PyMode setting; add ctrlp-funky
2014-06-04 11:07:19 -04:00
Steve Francia
273d5a6e7b Merge pull request #595 from MattWoelk/3.0
Removed bundle 'justinmk/vim-sneak'; it messed with default 's' key.
2014-06-04 11:06:40 -04:00
Steve Francia
9028b86c7f Merge pull request #605 from krblt/default-bundles
Introduce .vimrc.bundles.default
2014-06-04 11:06:14 -04:00
Steve Francia
488a07400f Merge pull request #601 from DaveMC08/patch-1
Update .vimrc
2014-06-04 11:04:59 -04:00
Steve Francia
e5ff1dd18e Merge pull request #606 from pjvds/patch-1
Add neocomplcache_omni_patterns for Go
2014-06-04 11:04:48 -04:00
Steve Francia
78b2d2d83f Merge pull request #607 from Copperfield/3.0
Update bootstrap.sh
2014-06-04 11:04:29 -04:00
Steve Francia
6c21c32ece Merge pull request #613 from sebastianbergmann/patch-1
it's -> its
2014-06-04 11:04:04 -04:00
Steve Francia
cc84ca2ff0 Merge pull request #620 from BlackIkeEagle/consistent-ag-ack-ack-grep
be consistent about ag, ack-grep and ack switches
2014-06-04 11:03:57 -04:00
BlackEagle
33c31b4708 be consistent about ag, ack-grep and ack switches
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2014-06-03 12:38:50 +02:00
Sebastian Bergmann
3b851bbeb0 it's -> its 2014-05-22 11:51:54 +02:00
Copperfield
85cbd48c75 Update bootstrap.sh 2014-05-04 12:48:34 +02:00
Gokhan KARABULUT
1f5d4da95a Fix setup_vundle to install default bundles. 2014-05-03 22:51:54 +03:00
Pieter Joost van de Sande
3b6eab193e Add neocomplcache_omni_patterns for Go
The default omni pattern is not working for Go and the following pattern is added explicitly:

    let g:neocomplcache_omni_patterns.go = '\h\w*\.\?'
2014-05-03 19:54:30 +02:00
krblt
cb6e5634bb Introduce .vimrc.bundles.default 2014-05-03 20:24:34 +03:00
DaveMC08
66896dd2bc Update .vimrc
adding another filetype to the autocmd to remove trailing spaces
2014-04-29 13:27:31 -04:00
Matt Woelk
bce08f97e7 Removed bundle 'justinmk/vim-sneak'; it messed with default 's' key. 2014-04-11 09:02:52 -05:00
spf13
b15eeb62b3 Removing some of the more obscure languages from the default groups.
Please set g:spf13_bundle_groups in your .vimrc.before.local file to enable using these languages
2014-04-02 09:20:29 -04:00
spf13
2be7e68236 Enable snippets in go when using neosnippet 2014-04-02 09:19:41 -04:00
spf13
ae2fe5a3b4 Adding a set of bundles for Writing in Vim 2014-04-02 09:16:55 -04:00
spf13
3d430e5c94 Moving go support to fatih/vim-go 2014-03-31 16:25:32 -04:00
spf13
ae9c9fdb71 Better <CR> and <Tab> handling when popup menu is present for autocomplete & snippets. 2014-03-31 16:24:39 -04:00
yushijun
c0cfed3ed4 fix PyMode setting; add ctrlp-funky 2014-03-27 14:57:29 +08:00
Steve Francia
d27366161b Merge pull request #571 from x0l/patch-1
Add Twinside/vim-haskellFold
2014-03-25 21:13:02 -04:00
Steve Francia
9fd585fd82 Merge pull request #582 from ljie-PI/patch-1
Update .vimrc.bundles
2014-03-25 21:12:54 -04:00
Steve Francia
0225b465de Merge pull request #584 from Cade-Forester/patch-1
Prevent stopping installation process: disable 'more' option
2014-03-25 21:12:42 -04:00
Cade-Forester
52f6b415ba Update bootstrap.sh 2014-03-21 08:14:12 -07:00
Rocky Liu
d635e7e304 Update .vimrc.bundles
According to line 94 and the Bundle name here, it should be Scala, not Java
2014-03-16 01:26:03 +08:00
Steve Francia
bf76da7970 Merge pull request #572 from louy2/3.0
Update Vundle first
2014-03-08 21:37:05 -05:00
Steve Francia
993e32e562 Merge pull request #578 from evanhorn/3.0
Added bundle honza/vim-snippets for UltiSnips compatability
2014-03-08 21:34:54 -05:00
Eric Van Horn
48a0fddccc Added bundle honza/vim-snippets for UltiSnips compatability 2014-03-08 19:31:59 -06:00
louy2
d0cde46f5e Update Vundle first 2014-03-01 07:48:35 -05:00
x0l
5dfaf63d45 Add Twinside/vim-haskellFold
Better folding for Haskell:
https://github.com/Twinside/vim-haskellFold
2014-02-26 20:52:17 +01:00
Steve Francia
7d48f769d1 Merge pull request #570 from MattWoelk/3.0
Removed bundle justinmk/vim-sneak
2014-02-21 14:24:49 -05:00
Matt Woelk
4efabe7cd9 Removed bundle justinmk/vim-sneak 2014-02-21 10:20:07 -06:00
John Tyree
8ba227e4e3 Merge branch 'pr/565' into 3.0
Fixes #564, #565
2014-02-20 11:32:10 -06:00
John Tyree
5f6b198f0f Fix test for 'unnamedplus' again... 2014-02-19 16:02:28 -06:00
John Tyree
cf15144f20 Test for +X11 before using clipboard=unnamedplus 2014-02-18 17:27:06 -06:00
Steve Francia
65d344d569 Merge pull request #555 from jrobeson/add-app_dir-var
add app_dir var to point to root of application
2014-02-18 11:58:38 -05:00
Steve Francia
7565039181 Merge pull request #551 from ljani/3.0
Add Shougo/neosnippet-snippets. Fixes #539.
2014-02-18 11:56:01 -05:00
John Tyree
c7128bb1dc Merge pull request #556 from jrobeson/patch-1
Delete .gitmodules
2014-02-14 10:01:24 -06:00
John Tyree
1a4fd8b8e6 Merge pull request #559 from rekendahl/3.0
Screen program mapping is now opt-in (as it slows down exits from insert back to normal mode)
2014-02-12 10:27:52 -06:00
Robert Ekendahl
9b2363616e Removed screen program mapping 2014-02-11 16:14:30 -05:00
Robert Ekendahl
a6c6647dc2 Screen program mapping is now opt-in
This as it slows down exit from insert mode for many users
2014-02-11 10:16:57 -05:00
Johnny Robeson
1a99833717 Delete .gitmodules
It doesn't seem like we need this submodule anymore since the script clones vundle itself.

is there a reason it's still here?
2014-02-10 04:03:31 -05:00