From 9ce565deb016e9d2d3d746596d6810545316cb53 Mon Sep 17 00:00:00 2001 From: Leandro Freitas Date: Thu, 2 Jun 2011 19:28:24 -0300 Subject: [PATCH] Merged with master --- ftplugin/todo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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