Re: Override a plugin setting in ftplugin/ directory?

2020-04-26 Thread Paul
On Sun, Apr 26, 2020 at 10:20:10AM -0700, DwigtArmyOfChampions wrote: I don’t personally care for noignorecase, so I would like to override that particular setting with “set ignorecase”. How do I do that? If I run :scriptnames on a Drupal file, I see that this file gets executed much later

Override a plugin setting in ftplugin/ directory?

2020-04-26 Thread DwigtArmyOfChampions
I’m using Vim 7. I downloaded and enabled a plugin that enhances syntax for drupal files. In the ftplugin/drupal.vim file of the plugin, I see the following code: if =~ ‘\’ setl no ignorecase endif I don’t personally care for noignorecase, so I would like to override that particular