Skip to content

Commit

Permalink
make vimrc reloadable
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Sep 22, 2013
1 parent a6f7ca0 commit 21ad165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ set ttimeoutlen=100
" Ragel syntax (default to ruby as host language)
let g:ragel_default_subtype='ruby'

function s:setupWrapping()
function! s:setupWrapping()
set wrap
set wrapmargin=2
set textwidth=80
Expand Down

0 comments on commit 21ad165

Please sign in to comment.