From d261fae364b947089c91e8c0b334b5e41035b56d Mon Sep 17 00:00:00 2001 From: Kaveet Laxmidas Date: Tue, 2 Jan 2024 13:38:20 -0600 Subject: [PATCH] Fix broken code block in README.md Adds missing closing code fence in README.md to fix incorrect formatting of vim-snipmate mappings. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cee570ed..3d843741 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ nmap yankstack_substitute_newer_paste let g:ctrlp_map = '' map j :CtrlP map :CtrlPBuffer +``` [vim-snipmate](https://github.com/garbas/vim-snipmate) mappings to autocomplete via snippets: ```vim