From 5588a30dd46f62a7bb62c65c449449e0eccc84ec Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 13 Sep 2019 18:19:54 +0200 Subject: [PATCH] Added vim modeline. Added modeline with proper vim settings for urxvt perl lib. For some reason, author of the urxvt choose 3 space indent for extension perl files. I'd like to keep those for an ease of merging upstream changes. --- tabbed | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabbed b/tabbed index b2ca844..13547cf 100644 --- a/tabbed +++ b/tabbed @@ -651,3 +651,5 @@ package urxvt::ext::tabbed::tab; die if $@; } } + +# vim: tabstop=3 softtabstop=3 shiftwidth=3 expandtab