From 3ff568cec40c22acf2a1b09ea43a4d859bdbf85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Sat, 22 Nov 2014 19:44:23 +0100 Subject: [PATCH] Remove duplicate nonumber --- ftplugin/latextoc.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ftplugin/latextoc.vim b/ftplugin/latextoc.vim index 233d9ea..16d271d 100644 --- a/ftplugin/latextoc.vim +++ b/ftplugin/latextoc.vim @@ -17,10 +17,9 @@ setlocal nobuflisted setlocal noswapfile setlocal nowrap setlocal nonumber +setlocal norelativenumber setlocal nolist setlocal nospell -setlocal nonumber -setlocal norelativenumber setlocal cursorline setlocal tabstop=8 setlocal cole=0