From: Daniel Hahler Date: Wed, 6 May 2015 10:56:19 +0000 (+0200) Subject: Fix comment for s:skip_search usage X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a676d70769767c2b96d5e4f8581de9fdc531beeb?hp=-c Fix comment for s:skip_search usage This was overseen in 47ab0458. --- a676d70769767c2b96d5e4f8581de9fdc531beeb diff --git a/indent/python.vim b/indent/python.vim index 4dd4c67..0c244cb 100644 --- a/indent/python.vim +++ b/indent/python.vim @@ -83,7 +83,7 @@ function! s:find_opening_paren(...) let stopline = max([0, line('.') - s:maxoff]) - " Return if cursor is in a comment or string + " Return if cursor is in a comment. exe 'if' s:skip_search '| return [0, 0] | endif' let positions = []