diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index c8c853b..98ca40e 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -8,8 +8,8 @@ if exists("g:loaded_todo") endif " Stop breaking lines automatically -set textwidth=0 -set wrapmargin=0 +setlocal textwidth=0 +setlocal wrapmargin=0 "" Vim global plugin for correcting typing mistakes "" Last Change: 2000 Oct 15