From 42f04699d6df2d5b144533737a8f2f7e0814ad85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 19 Mar 2017 11:51:00 +0100 Subject: Move :set syntax option implementation to lua It is no longer possible to change the used syntax by assigning to the `win.syntax = name` field, instead the function win:set_syntax(name)` should be called. The distinction between filetype and syntax lexer to use should probably be clarified/cleaned up at some point. --- vis-core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 0739e55..386928e 100644 --- a/vis-core.h +++ b/vis-core.h @@ -217,7 +217,6 @@ enum VisEvents { VIS_EVENT_WIN_OPEN, VIS_EVENT_WIN_CLOSE, VIS_EVENT_WIN_HIGHLIGHT, - VIS_EVENT_WIN_SYNTAX, VIS_EVENT_WIN_STATUS, }; -- cgit v1.2.3