aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/copy_linebreak.vim1
1 files changed, 1 insertions, 0 deletions
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