about summary refs log tree commit diff
path: root/fnl/nvrc/events.fnl
diff options
context:
space:
mode:
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