From f145830294a962eb2d7596175749c3c763e95f64 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Sun, 7 Oct 2018 18:16:25 -0400 Subject: [PATCH] vim: Add modeline to vimrc Not my bag, but would help those who do use them! --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 599fcb6..5f3caa1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -202,3 +202,5 @@ nnoremap g :exe "grep " . substitute(expand(''), '#', '\\#', 'g') " Toggle whitespace nnoremap w :set list! " }}} + +" vim:fdm=marker:sts=4:sw=4 -- libgit2 0.28.4