From c36f3f430d4b56476750a8e338f7071fb11af2fb Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 16:48:17 +0600 Subject: Fixed file format. Convert from DOS to Unix EOLs. --- files/.vim/after/ftplugin/python.vim | 6 +++--- files/.vim/ftplugin/worklist.vim | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'files') diff --git a/files/.vim/after/ftplugin/python.vim b/files/.vim/after/ftplugin/python.vim index 80da192..8a8e2c4 100755 --- a/files/.vim/after/ftplugin/python.vim +++ b/files/.vim/after/ftplugin/python.vim @@ -1,3 +1,3 @@ -set fileformat=unix -set nocopyindent -set expandtab +set fileformat=unix +set nocopyindent +set expandtab diff --git a/files/.vim/ftplugin/worklist.vim b/files/.vim/ftplugin/worklist.vim index 47b039e..41c35ad 100755 --- a/files/.vim/ftplugin/worklist.vim +++ b/files/.vim/ftplugin/worklist.vim @@ -1,5 +1,5 @@ -setl foldmethod=expr -setl foldexpr=getline(v:lnum)=~'^\\s*$'&&getline(v:lnum+1)=~'\\S'?'<1':1 -setl textwidth=72 -setl spell -setl nonumber +setl foldmethod=expr +setl foldexpr=getline(v:lnum)=~'^\\s*$'&&getline(v:lnum+1)=~'\\S'?'<1':1 +setl textwidth=72 +setl spell +setl nonumber -- cgit v1.2.3