Allow to specify additional chars for lists
See also #390 and #479 for earlier attempts
This commit is contained in:
		@@ -127,7 +127,7 @@ setlocal formatoptions-=o
 | 
			
		||||
setlocal formatoptions-=2
 | 
			
		||||
setlocal formatoptions+=n
 | 
			
		||||
 | 
			
		||||
let &formatlistpat = vimwiki#vars#get_syntaxlocal('rxListItem')
 | 
			
		||||
let &formatlistpat = vimwiki#vars#get_wikilocal('rxListItem')
 | 
			
		||||
 | 
			
		||||
if !empty(&langmap)
 | 
			
		||||
  " Valid only if langmap is a comma separated pairs of chars
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user