From 8d7abe7b99052f3f526b224480ada7909b67566c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 7 Jun 2018 22:04:17 +1200 Subject: Clear cache variable on use --- plugin/copy_linebreak.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/copy_linebreak.vim b/plugin/copy_linebreak.vim index a7d8a3e..7efa8cc 100644 --- a/plugin/copy_linebreak.vim +++ b/plugin/copy_linebreak.vim @@ -28,6 +28,7 @@ endfunction function! s:CopyLinebreakDisable() setlocal linebreak linebreak? let &showbreak = s:showbreak_save + unlet s:showbreak_save if exists('+breakindent') setlocal breakindent< endif -- cgit v1.2.3