From: Daniel Hahler Date: Sat, 23 May 2015 22:24:22 +0000 (+0200) Subject: Fix regression with colon-at-eol detection (#44) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f4f95ee041370e3e79bb72cb9b360a4ec5707785?ds=inline;hp=f4f95ee041370e3e79bb72cb9b360a4ec5707785 Fix regression with colon-at-eol detection (#44) Instead of using `search` it now goes back and breaks if a char is found that should not get skipped. Fixes https://github.com/hynek/vim-python-pep8-indent/issues/44 Closes https://github.com/hynek/vim-python-pep8-indent/issues/45 ---