From c53c15dc2ca63f8b92faa665c8f4187a19487425 Mon Sep 17 00:00:00 2001 From: Leandro Freitas Date: Wed, 1 Jun 2011 10:23:59 -0300 Subject: [PATCH] Setlocal --- ftplugin/todo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index 01e6268..68a2281 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -1,3 +1,3 @@ " Stop breaking lines automatically -set textwidth=0 -set wrapmargin=0 +setlocal textwidth=0 +setlocal wrapmargin=0