aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 23:09:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 23:09:50 +1200
commitaa9ecbab88463c6d75e07b9970fae261e55d0c62 (patch)
treecf6ef9ef51c5fa3917565a2012915114222deb63 /Makefile
parentMerge branch 'hotfix/v0.34.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-aa9ecbab88463c6d75e07b9970fae261e55d0c62.tar.gz
dotfiles-aa9ecbab88463c6d75e07b9970fae261e55d0c62.zip
Merge branch 'release/v0.35.0'v0.35.0
* release/v0.35.0: Bump VERSION Add some structure to .gitmodules Spin off insert_suspend_hlsearch Vim plugin Add feat requirements to hlsearch suspend doc Tidy comments, func names for 'hlsearch' suspend Require +extra_search feat for 'hlsearch' suspend Remove untidy comment Use _save suffix for option caching variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c194dc9e..def064d6 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,6 @@
dist-vim-plugin-command-typos \
dist-vim-plugin-copy-linebreak \
dist-vim-plugin-fixed-join \
- dist-vim-plugin-insert-suspend-hlsearch \
dist-vim-plugin-mail-mutt \
dist-vim-plugin-strip-trailing-whitespace \
dist-vim-plugin-toggle-option-flag
@@ -680,7 +679,6 @@ dist-vim-plugin: dist-vim-plugin-auto-backupdir \
dist-vim-plugin-copy-linebreak \
dist-vim-plugin-detect-background \
dist-vim-plugin-fixed-join \
- dist-vim-plugin-insert-suspend-hlsearch \
dist-vim-plugin-mail-mutt \
dist-vim-plugin-strip-trailing-whitespace \
dist-vim-plugin-toggle-option-flag
@@ -725,11 +723,6 @@ dist-vim-plugin-fixed-join: \
vim/doc/fixed_join.txt \
VERSION
sh dist/vim-plugin.sh fixed_join
-dist-vim-plugin-insert-suspend-hlsearch: \
- vim/plugin/insert_suspend_hlsearch.vim \
- vim/doc/insert_suspend_hlsearch.txt \
- VERSION
- sh dist/vim-plugin.sh insert_suspend_hlsearch
dist-vim-plugin-mail-mutt: \
vim/plugin/mail_mutt.vim \
vim/doc/mail_mutt.txt \