From 4a06f86fa4341014dc84c4c5194543782a7a21a5 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:30:47 +0100 Subject: [PATCH] zshrc: Remove 2html Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 055bdf2..f9d8f0b 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3005,13 +3005,6 @@ selhist() { print -z "${cmd[$answer]#*$TAB}" } -# Use vim to convert plaintext to HTML -#f5# Transform files to html with highlighting -2html() { - emulate -L zsh - vim -u NONE -n -c ':syntax on' -c ':so $VIMRUNTIME/syntax/2html.vim' -c ':wqa' $1 &>/dev/null -} - # Usage: simple-extract # Using option -d deletes the original archive file. #f5# Smart archive extractor -- 2.1.4