From 680106fcbd5a81e450ff456933970e0021b7858b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Aug 2015 02:05:54 +0100 Subject: [PATCH] vim/rebase: nomodeline --- vim/ftplugin/gitrebase.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/ftplugin/gitrebase.vim b/vim/ftplugin/gitrebase.vim index 7a15704..8d28ec8 100644 --- a/vim/ftplugin/gitrebase.vim +++ b/vim/ftplugin/gitrebase.vim @@ -1,3 +1,5 @@ +setlocal nomodeline " first line might contain 'vim:' + nnoremap p :Pick nnoremap s :Squash nnoremap e :Edit -- 2.48.1