about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-09-05 16:55:32 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-09-05 17:01:21 +0200
commitc5f3a3fd462e52e6dc2563eb3792d1f6a4e94032 (patch)
tree3cbfc969954e304f2adaab6bb3c32a82f09853f7 /modules
parentae4f9930d56d2d130b553b45f63b2a119e1fc9f1 (diff)
pkgs/vim: Clean up autocommands
I was using set for a bunch of these, but these autocommands are only
used for single buffers so let's actually make sure they are set only
there by using setlocal.

In addition to that I've corrected usage of '==' to use '==#', because
'==' actually depends on user settings whether it's case sensitive or
not (set ignorecase).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
0 files changed, 0 insertions, 0 deletions