diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:23:59 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:23:59 +0200 |
commit | 936272fc2a5ae07470816d1b63f79bfadb3ef979 (patch) | |
tree | e040dcaf94b2199664847bf6521621538f316399 /fnl/config/ncomment.fnl | |
parent | 143d0de99399e9d6b4779ebd91a1cbcee5df5dd5 (diff) |
fix: typo bugs
Diffstat (limited to 'fnl/config/ncomment.fnl')
-rw-r--r-- | fnl/config/ncomment.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/ncomment.fnl b/fnl/config/ncomment.fnl index b71fd1e..2c983df 100644 --- a/fnl/config/ncomment.fnl +++ b/fnl/config/ncomment.fnl @@ -11,7 +11,7 @@ ((require :ts_context_commentstring.utils).get_cursor_location) (or (= ctx.motion U.motion.v) (= ctx.motion U.cmotion.V)) ((require :ts_context_commentstring.utils).get_visual_start_location) - (nil))) + nil)) (defn- pre-hook [ctx] (let [U (require :Comment.utils)] |