Skip to content

Commit

Permalink
Close function properly
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Apr 2, 2012
1 parent 8dc5678 commit e869678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -15,7 +15,7 @@ fun! TogglePaste()
else
set paste
echo 'paste'
enf
endf

fun! ToggleMouse()
if &mouse == 'a'
Expand Down

0 comments on commit e869678

Please sign in to comment.