summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-08 01:26:37 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-08 01:26:37 +0200
commit9135f6bdf939864f89a5abc4641902faea28d5e8 (patch)
tree95455c11b4d6e5ccadcf230cea4779ee32be54b2
parent937dbad5390a3d3119ba82a5db3c413d80fab0a4 (diff)
Escape wildcard
-rw-r--r--.exrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.exrc b/.exrc
index 92e2d06..f61c262 100644
--- a/.exrc
+++ b/.exrc
@@ -13,4 +13,4 @@ autocmd BufWritePre *.templ call s:SaveExcursion("templ fmt")
nnoremap gM :make all-i18n<CR>
-let g:netrw_list_hide .= ",.*_templ.go$"
+let g:netrw_list_hide .= ",.*_templ\\.go$"