From da709cd9e90c3ab644bb92700f0ed40d965b80d3 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 11:17:19 +0600 Subject: Initial commit. --- files/.vim/ftplugin/worklist.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 files/.vim/ftplugin/worklist.vim (limited to 'files/.vim/ftplugin/worklist.vim') diff --git a/files/.vim/ftplugin/worklist.vim b/files/.vim/ftplugin/worklist.vim new file mode 100755 index 0000000..47b039e --- /dev/null +++ b/files/.vim/ftplugin/worklist.vim @@ -0,0 +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 -- cgit v1.2.3