1
0
mirror of https://github.com/gryf/tabbedalt.git synced 2025-12-17 11:30:31 +01:00

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.
This commit is contained in:
2019-09-13 18:19:54 +02:00
parent 86e013c899
commit 5588a30dd4

2
tabbed
View File

@@ -651,3 +651,5 @@ package urxvt::ext::tabbed::tab;
die if $@;
}
}
# vim: tabstop=3 softtabstop=3 shiftwidth=3 expandtab