From 2933e1a507071036b19c745b3162908458798558 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 17 Feb 2022 13:37:43 +0900 Subject: chore: follow editorconfig --- fnl/nvrc/events.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/nvrc/events.fnl') diff --git a/fnl/nvrc/events.fnl b/fnl/nvrc/events.fnl index a798fcf..278e721 100644 --- a/fnl/nvrc/events.fnl +++ b/fnl/nvrc/events.fnl @@ -16,8 +16,8 @@ ; Restore the last cursor line (au! restore-last-cursor-line (ac! BufReadPost * #(if (and (> (line "'\"") 1) - (<= (line "'\"") (line "$"))) - (cmd! "normal! g'\"")))) + (<= (line "'\"") (line "$"))) + (cmd! "normal! g'\"")))) ; Resize splits on window resize (au! resize-splits-on-resize -- cgit 1.4.1