From d14e32945633316b352efec22a1ab4ffd00cb618 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Mon, 14 Nov 2011 02:04:57 +0100 Subject: moved sources to src --- vim-latex/ftplugin/latex-suite/packages/footmisc | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vim-latex/ftplugin/latex-suite/packages/footmisc (limited to 'vim-latex/ftplugin/latex-suite/packages/footmisc') diff --git a/vim-latex/ftplugin/latex-suite/packages/footmisc b/vim-latex/ftplugin/latex-suite/packages/footmisc deleted file mode 100644 index 04723f6..0000000 --- a/vim-latex/ftplugin/latex-suite/packages/footmisc +++ /dev/null @@ -1,21 +0,0 @@ -if exists("footmisc_package_file") - finish -endif -let footmisc_package_file = 1 - -let g:TeX_package_option_footmisc = -\ 'bottom,' -\.'flushmargin,' -\.'marginal,' -\.'multiple,' -\.'norule,' -\.'para,' -\.'perpage,' -\.'splitrule,' -\.'stable,' -\.'symbol,' -\.'symbol+' - -let g:TeX_package_footmisc = '' - -" vim:ft=vim:ff=unix: -- cgit v1.2.3