From 1c3ba87b773d74694ea85f01e87b6ee2185ad182 Mon Sep 17 00:00:00 2001 From: Leandro Freitas Date: Wed, 1 Jun 2011 00:03:25 -0300 Subject: [PATCH] Stop linebreak --- ftplugin/todo.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index e69de29..01e6268 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -0,0 +1,3 @@ +" Stop breaking lines automatically +set textwidth=0 +set wrapmargin=0