This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Staically linked vim version compiled from https://github.com/ericpruitt/static-vim | |
# Compiled on Jul 20 2017 | |
mkdir ~/vim && cd ~/vim && curl 'https://s3.amazonaws.com/bengoa/vim-static.tar.gz' | tar -xz && export VIMRUNTIME="$HOME/vim/runtime" && export PATH="$HOME/vim:$PATH" && cd - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$desc.has(':visible')(quick ? 'hide' : 'slideUp'); | |
$desc.has(':hidden')(quick ? 'show' : 'slidedown'); |