diff --git a/README.markdown b/README.markdown index 9645914..339b560 100644 --- a/README.markdown +++ b/README.markdown @@ -195,12 +195,9 @@ a hard break. If you wish to retain the default Vim behavior, set the `cursorwrap` value to 0 in your `.vimrc`: ```vim -let g:pencil#cursorwrap = 0 " 0=disable, 1=enable +let g:pencil#cursorwrap = 1 " 0=disable, 1=enable ``` -NOTE: temporarily disabled by default while I research related bug in -vim-quotable. - ## Auto-detection via modeline Will the wrapping mode be detected accurately? Maybe. But you can improve