Commit Graph

328 Commits

Author SHA1 Message Date
Louis Pan
c9e5c9de02 fixed missing . in <S-CR> bindings 2015-04-24 19:51:51 +10:00
itchyny
32b6565889 Fix abbreviation of option name for readability 2015-03-14 10:30:51 +09: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
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
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
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
spf13
4229220da6 Adopting the Apache 2 License. Fixed #653 2014-08-26 16:02:03 -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
ab42a6f45b Merge pull request #651 from globin/rust_puppet
improve rust and puppet support
2014-08-16 20:42:29 -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
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
Chris Nicola
9972cd895e Don't conceal JSON syntax
Because hiding characters is a terrible idea. I can't believe the JSON plugin actually does this by default but it does. This is apparently the proper way to disable it. Fixes #375.
2014-07-06 22:24:15 -07:00
Chris Nicola
412556c2e8 Don't remap <CR> for omnicomplete it causes issues
fixes issue #280
2014-07-06 22:11:39 -07:00
Steve Francia
6751579395 Merge pull request #624 from nmacinnis/feature-check_for_plugins 2014-06-30 14:33:15 -04:00
spf13
21ff7373bc fixed #547. Better end of word handling. 2014-06-30 14:22:19 -04:00
spf13
40b91a694e Better handling of neocomplete closing. 2014-06-30 14:12:10 -04:00
spf13
107b93b3cf Some improvements to clipboard support 2014-06-30 13:59:02 -04:00
spf13
c60f84aa24 Adding wildfire support.. Hit return to use it. 2014-06-30 13:58:30 -04:00
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
nick
ccb87f5268 check for plugin existence before setting options, mappings, etc 2014-06-16 18:36:31 -07: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
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
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
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
DaveMC08
66896dd2bc Update .vimrc
adding another filetype to the autocmd to remove trailing spaces
2014-04-29 13:27:31 -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
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
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
lukedomanski
4122da2502 rolled back some changes to ensure d0 and d^ match default behaviours, spf13/spf13-vim#464 2014-02-05 22:51:12 +11:00
lukedomanski
7b21d20f24 fixed wrap relative motion mappings to address problem reported in spf13/spf13-vim#464 , d$ now deletes last character of line 2014-02-05 22:04:22 +11:00
lukedomanski
33091b2609 added spf13 option to enable/disable wrap relative movement mappings 2014-02-05 11:16:58 +11:00
Steve Francia
ce0d5ce2e7 Merge pull request #537 from perfectworks/noOmniComplete
add a switch to disable omni complete
2014-02-03 11:45:08 -08:00
Steve Francia
364b1c5799 Merge pull request #545 from julianduque/3.0
Fix no_conceal on youcompleteme
2014-02-01 10:37:57 -08:00
Julian Duque
47d795201d Fix no_conceal on youcompleteme 2014-01-31 20:26:17 -05:00
perfectworks
4ec01f5dda add a switch to disable omni complete 2014-01-27 18:17:56 +08:00
Richard Bateman
a828428c7f Change ctrl-e to use nerdtree-tabs instead of nerd tree native 2014-01-20 09:49:26 -07:00