From fc1b7ca321649e08bc17632ce8d3a3010c1ec4d5 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 16 Jan 2023 23:40:12 +0000 Subject: [PATCH] autocmd: fix typo --- modules/autocmd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autocmd.nix b/modules/autocmd.nix index 790a45fc..2502ebd3 100644 --- a/modules/autocmd.nix +++ b/modules/autocmd.nix @@ -45,7 +45,7 @@ let callback = mkOption { type = types.nullOr types.str; - description = "The name of a Vimscript function to call when this autocommand is triggered. Cannot be used with }."; + description = "The name of a Vimscript function to call when this autocommand is triggered. Cannot be used with ."; default = null; };