Created
September 5, 2017 09:36
-
-
Save igemnace/b7da9777ea2b22ae5a6db9b05a1eb26a to your computer and use it in GitHub Desktop.
No-statusline-wednesdays on #vim! Place in your ~/.vim/after/plugin directory for best results.
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
if system("date +%a") =~? "wed" | set laststatus=0 | endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment