aboutsummaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/aodocs.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/aodocs.vim b/projects/aodocs.vim
index fc67ab5..4ebe736 100644
--- a/projects/aodocs.vim
+++ b/projects/aodocs.vim
@@ -35,7 +35,7 @@ function! s:CommitWackoTextWidth()
endfunction
function! s:CommitWackoTextWidthMappings()
- inoremap <buffer> <CR> <C-o>:call <SID>CommitWackoTextWidth()<CR><CR>
- nnoremap <buffer> o :call <SID>CommitWackoTextWidth()<CR>o
- nnoremap <buffer> O :call <SID>CommitWackoTextWidth()<CR>O
+ inoremap <silent> <buffer> <CR> <C-o>:call <SID>CommitWackoTextWidth()<CR><CR>
+ nnoremap <silent> <buffer> o :call <SID>CommitWackoTextWidth()<CR>o
+ nnoremap <silent> <buffer> O :call <SID>CommitWackoTextWidth()<CR>O
endfunction