mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-11 00:07:05 +00:00
Remove spurious command.
This commit is contained in:
@@ -17,7 +17,6 @@ if [ "${TERM%%-*}" = 'linux' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$TERM" =~ "^(tmux|screen).*" && -n "$TMUX" ]]; then
|
if [[ "$TERM" =~ "^(tmux|screen).*" && -n "$TMUX" ]]; then
|
||||||
echo "OKOKOKOKOKOKOK"
|
|
||||||
# tell tmux to pass the escape sequences through
|
# tell tmux to pass the escape sequences through
|
||||||
# (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324)
|
# (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324)
|
||||||
printf_template="\033Ptmux;\033\033]4;%d;rgb:%s\007\033\\"
|
printf_template="\033Ptmux;\033\033]4;%d;rgb:%s\007\033\\"
|
||||||
|
|||||||
Reference in New Issue
Block a user