-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gaspar Chilingarov
committed
Jan 30, 2017
1 parent
cb1ba21
commit a56b50c
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule alchemist.vim
updated
6 files
Submodule ctrlp.vim
updated
3 files
+8 −4 | autoload/ctrlp.vim | |
+2 −2 | autoload/ctrlp/tag.vim | |
+4 −0 | doc/ctrlp.txt |
Submodule nerdcommenter
updated
from 18cfe8 to 607253
Submodule tagbar
updated
4 files
+5 −3 | autoload/tagbar.vim | |
+17 −1 | doc/tagbar.txt | |
+1 −1 | plugin/tagbar.vim | |
+1 −1 | syntax/tagbar.vim |
Submodule vim-airline
updated
from a2431f to 7df411
Submodule vim-elixir
updated
18 files
+2 −2 | Gemfile.lock | |
+41 −34 | autoload/elixir/indent.vim | |
+13 −17 | autoload/elixir/util.vim | |
+4 −0 | bin/spawn_vim | |
+47 −24 | indent/elixir.vim | |
+11 −0 | spec/indent/blocks_spec.rb | |
+13 −0 | spec/indent/comment_spec.rb | |
+47 −0 | spec/indent/ecto_queries_spec.rb | |
+15 −0 | spec/indent/map_spec.rb | |
+70 −0 | spec/indent/pipeline_spec.rb | |
+9 −0 | spec/indent/tuples_spec.rb | |
+14 −1 | spec/syntax/alias_spec.rb | |
+32 −0 | spec/syntax/anonymous_function_spec.rb | |
+14 −0 | spec/syntax/map_spec.rb | |
+50 −0 | spec/syntax/strings_spec.rb | |
+49 −0 | spec/syntax/struct_spec.rb | |
+18 −0 | spec/syntax/tuple_spec.rb | |
+12 −5 | syntax/elixir.vim |