Commit Graph

276 Commits

Author SHA1 Message Date
Yan Pritzker
089f6168a8 Updated plugins 2012-10-19 11:58:59 -07:00
Yan Pritzker
769988a2ce Update plugins, replace ShowMarks (again) 2012-10-18 10:35:19 -07:00
Yan Pritzker
496c25a936 Moved defunkt module 2012-10-16 00:33:22 -07:00
Yan Pritzker
602e995746 Github flavored markdown support 2012-10-09 14:07:23 -07:00
Yan Pritzker
90d467ab06 Added ,,F to do same as ,,f in a vertical split 2012-10-08 21:45:40 -07:00
Yan Pritzker
6ed1a6c36f Changed jump to ruby method to ,,f so as not to conflict with carriage return 2012-10-08 21:41:24 -07:00
Yan Pritzker
1f0693ce1d Improve the way submodules are updated [Close #153]
Also updated all plugins to their latest master versions.
2012-10-08 21:38:21 -07:00
Yan Pritzker
d49fc4cbe9 Prevent pasting in visual mode from overwriting paste buffer 2012-10-08 21:04:44 -07:00
Yan Pritzker
a94bde1223 Removed erroneous comments 2012-10-08 18:44:52 -07:00
Yan Pritzker
a5b5dd63e0 Implement jump to ruby method (bang-aware)
It always annoyed me that vim jump-to-tag (ctrl-] or ,f in yadr)
totally flopped when it came to ruby bang methods. This function
handles methods! and method.invocations! to find bang versions
of methods.
2012-10-08 18:39:08 -07:00
Yan Pritzker
a5a86a2a7d When opening nerdtree wtih C-\ ensure consistent sizing 2012-10-02 21:57:29 -07:00
Yan Pritzker
be12982398 Added outer ruby block functionality 2012-10-01 17:16:15 -07:00
Yan Pritzker
6c0f02dd3f Updated to latest vim-powerline 2012-09-28 09:52:43 -07:00
Yan Pritzker
f2288cd94e Made ,gf / ctrl-f aware of line numbers
Now you can `,gf` or can `ctrl-f` file.rb:123
2012-09-27 11:12:38 -07:00
Yan Pritzker
85f0dc996c Merge pull request #169 from giorni/slim-support
Added support for slim syntax
2012-09-27 10:54:17 -07:00
Ricardo Giorni
be83e81037 Added support for slim syntax 2012-09-27 14:43:37 -03:00
Yan Pritzker
af0072c43b Latest version of plugins 2012-09-27 08:50:23 -07:00
Yan Pritzker
d5077d9db3 Added abolish.vim for camelcase/underscore toggling and others 2012-09-26 15:51:38 -07:00
Yan Pritzker
33e5fb537d Switch between running rspec1 and rspec2 with :Rspec1 and :Rspec2 2012-09-26 15:46:50 -07:00
Yan Pritzker
a69b5c5ae3 Switched to @skwp fork of YankRing without evil @ mapping 2012-09-26 15:17:17 -07:00
Yan Pritzker
249d86e5f2 Added NrrwRgn plugin 2012-09-26 08:21:48 -07:00
Yan Pritzker
f145df4e6f Latest versions of vim plugins 2012-09-18 22:58:26 -05:00
Yan Pritzker
9e5b9fa9b6 Better javascript parsing libraries 2012-09-18 13:56:17 -05:00
Yan Pritzker
eafb079ba0 Updated to latest version of vim-ruby-conque 2012-09-18 13:55:35 -05:00
Piotr Yordanov
2e80485b72 Fixed bug in #160 2012-09-13 05:41:13 +03:00
Yan Pritzker
34bb32e172 Added for html preview in Safari 2012-09-11 10:19:13 -07:00
Eumir Gaspar
a0ffe72d35 Added original implementation for janus overrides 2012-08-22 07:56:19 +08:00
Eumir Gaspar
833aadcb27 Uses vim/after directory instead of root for custom vimrc.after 2012-08-21 16:25:37 +08:00
yan
bff86523fc Remove bogus unmap 2012-07-20 17:17:44 -07:00
Kyle West
9bb517551d Resolve #122 unmap yankring @ in after file.
`nmap @` is not yet set when `vim/plugin/settings/yankring.vim` is
loaded. Moved nunmap @ to `vim/after/plugin/yankring.vim` because
it is loaded after the plugin is finished loading.
2012-07-20 15:39:18 -04:00
yan
aca163580f Upgraded plugins 2012-07-19 12:46:19 -07:00
yan
fd5962db06 Added SearchComplete tab completion when searching with / 2012-07-16 13:53:33 -07:00
yan
11fd924d64 Change ,bf mapping conflicting with buffer list ,b 2012-07-10 10:09:33 -07:00
yan
f1031dd98f Added ,bf mapping to add before { } block 2012-06-22 11:29:50 -07:00
yan
41b3f99dad Updated README for yankring 2012-06-22 11:29:42 -07:00
yan
88b69c8dcb Restore YankRing plugin to functionality 2012-06-22 11:29:42 -07:00
yan
a3bcfc3e51 Make ,qc also close conques 2012-06-11 10:49:03 -05:00
yan
abbbc94bdc Never nuke a NERDTree using Q 2012-06-11 10:48:47 -05:00
yan
2bb8a06939 Changed default ,t binding do use CtrlP mixed mode
The mixed mode is more intelligent, searching buffers, MRU, and
the general file list. It gives you more of what you want, and
less of what you don't :)
2012-06-08 13:25:16 -05:00
yan
184a2e22c2 Make ctrlp play nice with vim-ruby-conque by closing its window 2012-06-07 13:25:12 -05:00
yan
6ec228dfd7 Fix install/submodule update problem with skwp-vim-powerline [Close #105]
Updated submodules to latestk
2012-06-07 10:47:40 -05:00
yan
a89205fa7b Added vim-ruby-debugger - real ide style debugging in vim 2012-06-06 22:16:59 -07:00
yan
e44e50e023 Made conque and gitgrep play nice with each other by killing each other's windows to prevent sizing problems 2012-06-06 22:15:43 -07:00
yan
b672159d4c ,vv and ,cc to open view and controller in rails 2012-06-06 22:14:09 -07:00
yan
8bca30bff3 Upgraded all plugins to most recent 2012-05-31 13:57:57 -07:00
yan
a6b9f3e9ef Merged spec finder and conque spec runner into one plugin 2012-05-30 01:34:34 -07:00
yan
a9d511ba4d Upgraded spec-finder 2012-05-30 01:24:44 -07:00
yan
3c76e390bc Updated visual select mode to retain syntax highlighting 2012-05-30 01:10:36 -07:00
Sagie Maoz
f834232cb1 Adding webapi-vim.
webapi-vim is a Vim interface to Web APIs.
It is required by Gist.vim (already part of YADR)
to be able to post gists to Github via OAuth2.
See https://github.com/mattn/webapi-vim for details.
Gist.vim requirements note: http://git.io/pwMo9A#requirements
2012-05-23 21:54:06 +03:00
yan
2c4fff3fb9 Fix evil submodule code introduced in 3525561 2012-05-23 10:44:32 -07:00