Pretty: Delete trailing space

This commit is contained in:
Tinmarino
2021-06-10 17:17:57 -04:00
parent 4cc6edf3eb
commit 7eb6fed581
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -558,7 +558,7 @@ if str2nr(vimwiki#vars#get_global('key_mappings').lists)
inoremap <expr><silent><buffer> <S-CR> pumvisible() ? '<CR>' : '<Esc>:VimwikiReturn 2 2<CR>'
endif
endif
" change symbol for bulleted lists
for s:char in vimwiki#vars#get_syntaxlocal('bullet_types')
if !hasmapto(':VimwikiChangeSymbolTo '.s:char.'<CR>')