aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-31 17:51:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-31 17:51:04 +1200
commit307a7ee2f97f472e5ee11e020b753b4290fe5b1b (patch)
treea0645ef7e585d6af4671ffb3ab30939736569eb1 /Makefile
parentUpdate Vim plugins (diff)
downloaddotfiles-307a7ee2f97f472e5ee11e020b753b4290fe5b1b.tar.gz
dotfiles-307a7ee2f97f472e5ee11e020b753b4290fe5b1b.zip
Spin off big_file_options Vim plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 5e006452..cfa4e86b 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,6 @@
dist-vim-plugin-auto-backupdir \
dist-vim-plugin-auto-swapdir \
dist-vim-plugin-auto-undodir \
- dist-vim-plugin-big-file-options \
dist-vim-plugin-command-typos \
.SUFFIXES:
@@ -663,7 +662,6 @@ lint-xinit: check-xinit
dist-vim-plugin: dist-vim-plugin-auto-backupdir \
dist-vim-plugin-auto-swapdir \
dist-vim-plugin-auto-undodir \
- dist-vim-plugin-big-file-options \
dist-vim-plugin-command-typos
dist-vim-plugin-auto-backupdir: \
@@ -681,11 +679,6 @@ dist-vim-plugin-auto-undodir: \
vim/doc/auto_undodir.txt \
VERSION
sh dist/vim-plugin.sh auto_undodir
-dist-vim-plugin-big-file-options: \
- vim/plugin/big_file_options.vim \
- vim/doc/big_file_options.txt \
- VERSION
- sh dist/vim-plugin.sh big_file_options
dist-vim-plugin-command-typos: \
vim/plugin/command_typos.vim \
vim/doc/command_typos.txt \