about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/events.fnl8
1 files changed, 4 insertions, 4 deletions
diff --git a/fnl/nvrc/events.fnl b/fnl/nvrc/events.fnl
index 4548d5f..5a9e1f3 100644
--- a/fnl/nvrc/events.fnl
+++ b/fnl/nvrc/events.fnl
@@ -14,10 +14,10 @@
           (au! VimLeave * (set! guicursor ["a:ver75-blinkon0"])))
 
 ; Restore the last cursor line
-(ag! restore-last-cursor-line
-          (au! BufReadPost * (if (and (> (line "'\"") 1)
-                                       (<= (line "'\"") (line "$")))
-                                  (cmd! "normal! g`\""))))
+;; (ag! restore-last-cursor-line
+;;           (au! BufReadPost * (if (and (> (line "'\"") 1)
+;;                                        (<= (line "'\"") (line "$")))
+;;                                   (cmd! "normal! g`\""))))
 
 ; Resize splits on window resize
 (ag! resize-splits-on-resize