From f46226bcd679a2d656b3179c54cc6b88f1db3b27 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 7 Mar 2019 12:00:42 +0300 Subject: [PATCH] Remove apparently bogus filetype I can't find any record of this being a legitimate filetype. It isn't in vim or nvim's filetype detection system and nothing comes up in search. If it's legit somebody can complain and we'll add it back, but it seems likely this was left over from a fat-fingered mistake during the initial development of the plugin. Fixes #363 --- plugin/NERD_commenter.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index c787a0c..60c0e31 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -284,7 +284,6 @@ let s:delimiterMap = { \ 'mkd': { 'left': '' }, \ 'mma': { 'left': '(*', 'right': '*)' }, \ 'model': { 'left': '$', 'right': '$' }, - \ 'moduala.': { 'left': '(*', 'right': '*)' }, \ 'modula2': { 'left': '(*', 'right': '*)' }, \ 'modula3': { 'left': '(*', 'right': '*)' }, \ 'molpro': { 'left': '!' },