From 4b6bd1910640fc99d536b76cf6c2e3c2d69ebe9f Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Sun, 12 Sep 2021 22:17:45 +0200 Subject: [PATCH] fix: don't set gui stuff for vimr --- autoload/thematic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/thematic.vim b/autoload/thematic.vim index d142477..7550e28 100644 --- a/autoload/thematic.vim +++ b/autoload/thematic.vim @@ -235,7 +235,7 @@ function! thematic#init(mode) abort " ------ Set GUI-only settings ------ - if l:gui_running + if l:gui_running && !has("gui_vimr") call thematic#gui#init(l:th) endif