about summary refs log tree commit diff
path: root/fnl/nvrc/events.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-05-08 21:45:32 +0900
committersefidel <contact@sefidel.net>2022-05-08 21:45:32 +0900
commit7c1ffc3cf325938e2b42fcaa9fd93d7e99421ba5 (patch)
tree852844eae8ac4ce57ff13421089641d2e3bc44b9 /fnl/nvrc/events.fnl
parentd435b5ca68a3348b120140a08129c8c17ee5c30a (diff)
downloadnvimrc-7c1ffc3cf325938e2b42fcaa9fd93d7e99421ba5.tar.gz
nvimrc-7c1ffc3cf325938e2b42fcaa9fd93d7e99421ba5.zip
macbook: comment cursor fixup
Diffstat (limited to 'fnl/nvrc/events.fnl')
-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