aboutsummaryrefslogtreecommitdiff
path: root/.vim/ftplugin/latex-suite/packages/lscape
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftplugin/latex-suite/packages/lscape')
-rw-r--r--.vim/ftplugin/latex-suite/packages/lscape10
1 files changed, 0 insertions, 10 deletions
diff --git a/.vim/ftplugin/latex-suite/packages/lscape b/.vim/ftplugin/latex-suite/packages/lscape
deleted file mode 100644
index 33976ea..0000000
--- a/.vim/ftplugin/latex-suite/packages/lscape
+++ /dev/null
@@ -1,10 +0,0 @@
-if exists("lscape_package_file")
- finish
-endif
-let lscape_package_file = 1
-
-let g:TeX_package_option_lscape = ''
-
-let g:TeX_package_lscape = 'env:landscape'
-
-" vim:ft=vim:ff=unix: