From 684230644c56880e793d017ba7bb32b088fe5ebc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 22:26:21 +1200 Subject: Adjust code layout of long strong assignment --- vim/after/ftplugin/vim.vim | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'vim/after') diff --git a/vim/after/ftplugin/vim.vim b/vim/after/ftplugin/vim.vim index 0b877178..30182bba 100644 --- a/vim/after/ftplugin/vim.vim +++ b/vim/after/ftplugin/vim.vim @@ -26,12 +26,11 @@ let &l:path = &runtimepath . ',' . &path " matches e.g. an opening "function" with the first "return" within, which I " don't like if exists('loaded_matchit') - let b:match_words = - \ '\:\,' . - \ '\<\(wh\%[ile]\|for\)\>:\,' . - \ '\:\:\,' . - \ '\:\:\:\,' . - \ '\\)\@!\S:\,' + let b:match_words = '\:\,' + \ . '\<\(wh\%[ile]\|for\)\>:\,' + \ . '\:\:\,' + \ . '\:\:\:\,' + \ . '\\)\@!\S:\,' endif " Stop here if the user doesn't want ftplugin mappings -- cgit v1.2.3