diff options
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)] |