From 94651ea45e9e079f915b9f4295f495fb156ce6ad Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Fri, 18 Sep 2015 12:43:41 +0200 Subject: [PATCH] zprof removed from n-preview --- plugins/zshnavigationtools/zshnavigationtools.plugin.zsh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/zshnavigationtools/zshnavigationtools.plugin.zsh b/plugins/zshnavigationtools/zshnavigationtools.plugin.zsh index 7f5ee6b18..0f4f44b11 100644 --- a/plugins/zshnavigationtools/zshnavigationtools.plugin.zsh +++ b/plugins/zshnavigationtools/zshnavigationtools.plugin.zsh @@ -1,7 +1,7 @@ # The preamble comments apply when using ZNT as autoload functions # https://github.com/psprint/zsh-navigation-tools # License is GPLv3 -# ff7aa5840399c624ab753b58e2f3b18ef8ffebd3 refs/heads/master +# d24c34e1fac51a25d8fa6ca9622d982dc584b6d9 refs/heads/master n-aliases() { # Copy this file into /usr/share/zsh/site-functions/ @@ -1032,7 +1032,6 @@ n-preview() { emulate -L zsh zmodload zsh/curses -zmodload zsh/zprof setopt localoptions typesetsilent localtraps extendedglob trap "return" TERM INT QUIT @@ -1053,8 +1052,6 @@ _vpreview_exit() { zcurses 2>/dev/null delwin status zcurses 2>/dev/null refresh zcurses end - - zprof } # Outputs a message in the bottom of the screen