about summary refs log tree commit diff
path: root/fnl/nvrc/events.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-17 13:37:43 +0900
committersefidel <contact@sefidel.net>2022-02-17 13:37:43 +0900
commit2933e1a507071036b19c745b3162908458798558 (patch)
treeb87bfb4044a750ac0b4d13a815767f1246377f74 /fnl/nvrc/events.fnl
parent2b76a1f7327d206532445c1ee4c3381455163299 (diff)
downloadnvimrc-2933e1a507071036b19c745b3162908458798558.tar.gz
nvimrc-2933e1a507071036b19c745b3162908458798558.zip
chore: follow editorconfig
Diffstat (limited to 'fnl/nvrc/events.fnl')
-rw-r--r--fnl/nvrc/events.fnl4
1 files changed, 2 insertions, 2 deletions
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