Skip to content

Commit

Permalink
fix typo causing recursive function
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 17, 2010
1 parent 43661f3 commit 66d6601
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 @@ -50,7 +50,7 @@ function s:setupWrapping()
endfunction

function s:setupMarkup()
call s:setupMarkup()
call s:setupWrapping()
map <buffer> <Leader>p :Mm <CR>
endfunction

Expand Down

0 comments on commit 66d6601

Please sign in to comment.