From 876e2d10af4c3c93862bee6423b19fe41a15d064 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Mar 2022 17:09:50 +0900 Subject: feat(options): remove the eob tilde --- fnl/nvrc/options.fnl | 1 + 1 file changed, 1 insertion(+) (limited to 'fnl/nvrc/options.fnl') diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl index 92104d3..995417d 100644 --- a/fnl/nvrc/options.fnl +++ b/fnl/nvrc/options.fnl @@ -23,6 +23,7 @@ (set! smartindent) (set! list) (set! listchars {:tab ">-" :extends ">" :precedes "<" :trail "-" :nbsp "+"}) +(set! fillchars "eob: ") ; Miscellaneous (set! ignorecase) -- cgit 1.4.1