From 87c7258ccc683965d2b6a5190f1e98d74c8d25d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 2 Jul 2015 11:06:18 +0200 Subject: Add :show command to display special symbols for whitespaces Enable/disable by setting to 0/1 respectively: :set show spaces=0 tabs=0 newlines=1 --- view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view.h') diff --git a/view.h b/view.h index 049ed4c..1d10110 100644 --- a/view.h +++ b/view.h @@ -115,5 +115,7 @@ bool view_viewport_down(View *view, int n); /* associate a set of syntax highlighting rules to this window. */ void view_syntax_set(View*, Syntax*); Syntax *view_syntax_get(View*); +void view_symbols_set(View*, int flags); +int view_symbols_get(View*); #endif -- cgit v1.2.3