From 7f98e949d4922ba2109304bd4cabe9578a8062fb Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 9 Sep 2021 12:05:33 +0200 Subject: Update --- indent/ruby.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/ruby.vim') diff --git a/indent/ruby.vim b/indent/ruby.vim index e4a295fd..a2d8814e 100644 --- a/indent/ruby.vim +++ b/indent/ruby.vim @@ -287,7 +287,7 @@ function! GetRubyIndent(...) abort \ ] " Most Significant line based on the previous one -- in case it's a - " contination of something above + " continuation of something above let indent_info.plnum_msl = s:GetMSL(indent_info.plnum) for callback_name in indent_callback_names -- cgit v1.2.3