From 23ade97e47edd8ae64504eb5f3e3bc4967378bda Mon Sep 17 00:00:00 2001 From: Yochem van Rosmalen Date: Fri, 27 Dec 2024 20:47:28 +0100 Subject: [PATCH] Vim: add .swo and .swn for swap files Reference: #149 --- config/filetypes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/filetypes.yml b/config/filetypes.yml index f2d3920..907238d 100644 --- a/config/filetypes.yml +++ b/config/filetypes.yml @@ -564,6 +564,8 @@ unimportant: - .orig - .pid - .swp + - .swo + - .swn - .timestamp - .tmp - stderr