From bd5f16a1bf76b13ed551a492ee398a8442181811 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Wed, 12 Sep 2018 16:13:45 +0000 Subject: [PATCH] add vim modeline --- icedeb.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icedeb.js b/icedeb.js index 29327a8..81e5f0a 100644 --- a/icedeb.js +++ b/icedeb.js @@ -240,3 +240,5 @@ window.addEventListener('DOMContentLoaded', (e) => { window.requestAnimationFrame(get_clipboard_contents); }); }); + +// vim: sw=2 -- 2.39.2