mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
.
This commit is contained in:
0
sources_non_forked/vim-ruby/.gitignore
vendored
Normal file → Executable file
0
sources_non_forked/vim-ruby/.gitignore
vendored
Normal file → Executable file
0
sources_non_forked/vim-ruby/.rspec
Normal file → Executable file
0
sources_non_forked/vim-ruby/.rspec
Normal file → Executable file
0
sources_non_forked/vim-ruby/CONTRIBUTORS
Normal file → Executable file
0
sources_non_forked/vim-ruby/CONTRIBUTORS
Normal file → Executable file
0
sources_non_forked/vim-ruby/ChangeLog
Normal file → Executable file
0
sources_non_forked/vim-ruby/ChangeLog
Normal file → Executable file
0
sources_non_forked/vim-ruby/Gemfile
Normal file → Executable file
0
sources_non_forked/vim-ruby/Gemfile
Normal file → Executable file
0
sources_non_forked/vim-ruby/Gemfile.lock
Normal file → Executable file
0
sources_non_forked/vim-ruby/Gemfile.lock
Normal file → Executable file
0
sources_non_forked/vim-ruby/INSTALL.markdown
Normal file → Executable file
0
sources_non_forked/vim-ruby/INSTALL.markdown
Normal file → Executable file
0
sources_non_forked/vim-ruby/NEWS
Normal file → Executable file
0
sources_non_forked/vim-ruby/NEWS
Normal file → Executable file
0
sources_non_forked/vim-ruby/README.markdown
Normal file → Executable file
0
sources_non_forked/vim-ruby/README.markdown
Normal file → Executable file
0
sources_non_forked/vim-ruby/autoload/rubycomplete.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/autoload/rubycomplete.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/eruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/eruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/rake.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/rake.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/rspec.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/rspec.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/ruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/ruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/rubyunit.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/compiler/rubyunit.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/doc/ft-ruby-indent.txt
Normal file → Executable file
0
sources_non_forked/vim-ruby/doc/ft-ruby-indent.txt
Normal file → Executable file
0
sources_non_forked/vim-ruby/doc/ft-ruby-omni.txt
Normal file → Executable file
0
sources_non_forked/vim-ruby/doc/ft-ruby-omni.txt
Normal file → Executable file
0
sources_non_forked/vim-ruby/doc/ft-ruby-plugin.txt
Normal file → Executable file
0
sources_non_forked/vim-ruby/doc/ft-ruby-plugin.txt
Normal file → Executable file
0
sources_non_forked/vim-ruby/doc/ft-ruby-syntax.txt
Normal file → Executable file
0
sources_non_forked/vim-ruby/doc/ft-ruby-syntax.txt
Normal file → Executable file
0
sources_non_forked/vim-ruby/etc/examples/generators/syntax.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/etc/examples/generators/syntax.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/etc/examples/indent/closing_brackets.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/etc/examples/indent/closing_brackets.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/ftdetect/ruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/ftdetect/ruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/ftdetect/ruby_extra.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/ftdetect/ruby_extra.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/ftplugin/eruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/ftplugin/eruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/ftplugin/ruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/ftplugin/ruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/indent/eruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/indent/eruby.vim
Normal file → Executable file
3
sources_non_forked/vim-ruby/indent/ruby.vim
Normal file → Executable file
3
sources_non_forked/vim-ruby/indent/ruby.vim
Normal file → Executable file
@ -642,8 +642,7 @@ function! s:PreviousNotMSL(msl_info) abort
|
||||
" TODO (2016-10-07) Wrong/unused? How could it be "1"?
|
||||
return indent(info.plnum) - 1
|
||||
" If previous line is a continuation return its indent.
|
||||
" TODO: the || s:IsInString() thing worries me a bit.
|
||||
elseif s:Match(info.plnum, s:non_bracket_continuation_regex) || s:IsInString(info.plnum, strlen(line))
|
||||
elseif s:Match(info.plnum, s:non_bracket_continuation_regex)
|
||||
return indent(info.plnum)
|
||||
endif
|
||||
endif
|
||||
|
0
sources_non_forked/vim-ruby/spec/indent/arguments_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/arguments_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/basic_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/basic_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/blocks_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/blocks_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/continuations_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/continuations_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/end_constructs_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/end_constructs_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/eruby_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/eruby_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/hanging_elements_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/hanging_elements_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/identifiers_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/identifiers_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/indent_access_modifier_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/indent_access_modifier_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/method_definitions_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/method_definitions_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/nesting_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/nesting_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/splat_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/indent/splat_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/spec_helper.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/spec_helper.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/blocks_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/blocks_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/characters_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/characters_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/comments_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/comments_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/line_continuations_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/line_continuations_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/maxmempattern_limit_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/maxmempattern_limit_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/methods_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/methods_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/operators_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/operators_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/regular_expressions_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/regular_expressions_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/statement_modifiers_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/statement_modifiers_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/strings/heredoc_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/strings/heredoc_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/strings/interpolation_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/strings/interpolation_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/strings/strings_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/strings/strings_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/symbols_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/syntax/symbols_spec.rb
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/vim/plugin/syntax_test.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/spec/vim/plugin/syntax_test.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/syntax/eruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/syntax/eruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/syntax/ruby.vim
Normal file → Executable file
0
sources_non_forked/vim-ruby/syntax/ruby.vim
Normal file → Executable file
Reference in New Issue
Block a user