aboutsummaryrefslogtreecommitdiff
path: root/vim/config/wrap.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-18 16:25:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-18 16:25:59 +1200
commit05cfd270075de2c7cc8e6337c4e9195b574a18f1 (patch)
tree4c78f1b224c29ad58f850352c679bf1cbd697463 /vim/config/wrap.vim
parentMerge branch 'release/v0.31.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-05cfd270075de2c7cc8e6337c4e9195b574a18f1.tar.gz
dotfiles-05cfd270075de2c7cc8e6337c4e9195b574a18f1.zip
Merge branch 'release/v0.32.0'v0.32.0
* release/v0.32.0: Bump VERSION Toggle Vim 'list', 'number' and 'wrap' globally Rebind Space in Vim normal mode to scroll
Diffstat (limited to 'vim/config/wrap.vim')
-rw-r--r--vim/config/wrap.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/wrap.vim b/vim/config/wrap.vim
index a90c2765..a2d442fa 100644
--- a/vim/config/wrap.vim
+++ b/vim/config/wrap.vim
@@ -2,7 +2,7 @@
set nowrap
nnoremap <silent>
\ <Leader>w
- \ :<C-U>setlocal wrap! wrap?<CR>
+ \ :<C-U>set wrap! wrap?<CR>
" When wrapping text, if a line is so long that not all of it can be shown on
" the screen, show as much as possible anyway; by default Vim fills the left