vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 641970e055955dcc78818428ad923dffe014b3c9 parent 311df5b7534124002846dea5ba9a78fb5870613a Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 28 Mar 2018 12:09:14 +0200 Merge branch 'rej' of https://github.com/eworm-de/vis Diffstat:
| M | lua/plugins/filetype.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -96,7 +96,7 @@ vis.ftdetect.filetypes = { ext = { "%.desktop$" }, }, diff = { - ext = { "%.diff$", "%.patch$" }, + ext = { "%.diff$", "%.patch$", "%.rej$" }, }, dmd = { ext = { "%.d$", "%.di$" },