diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-11-14 11:28:27 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-11-14 18:31:37 +0600 |
| commit | d0597921f6ee9b2bdfd7e0581df2bd7d59f5dfc9 (patch) | |
| tree | e1840de57b9f27df43e910330c311ff253989e4a /files/.vim/ftplugin/worklist.vim | |
| parent | c10e0e31a4233e82ba83504c145d746b206435cd (diff) | |
Remove unused vim plugins.
Diffstat (limited to 'files/.vim/ftplugin/worklist.vim')
| -rw-r--r-- | files/.vim/ftplugin/worklist.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/files/.vim/ftplugin/worklist.vim b/files/.vim/ftplugin/worklist.vim deleted file mode 100644 index 41c35ad..0000000 --- a/files/.vim/ftplugin/worklist.vim +++ /dev/null @@ -1,5 +0,0 @@ -setl foldmethod=expr -setl foldexpr=getline(v:lnum)=~'^\\s*$'&&getline(v:lnum+1)=~'\\S'?'<1':1 -setl textwidth=72 -setl spell -setl nonumber |
