From: Hynek Schlawack Date: Wed, 6 May 2015 11:15:00 +0000 (+0200) Subject: Merge pull request #40 from blueyed/fix-comment X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/5a4f78c0b81d988c41973df57d04588068e21dc2?hp=e66de53b9e4c58e6d950b8dce8a0c32703bedb81 Merge pull request #40 from blueyed/fix-comment Fix comment for s:skip_search usage --- 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 = []