vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 3cc6fa71f6e6404caaf517c7d2d5ab9fb36cd8b1
parent e66464cda0c74afd00171ca79a8f0beec7cba387
Author: Rane Brown <rane.brown@gmail.com>
Date:   Sat, 21 Dec 2019 09:16:48 -0700

Update default list_margin value

Diffstat:
Mdoc/vimwiki.txt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -2493,7 +2493,7 @@ parameters can be passed using this option: > *vimwiki-option-list_margin* ------------------------------------------------------------------------------ Key Default value~ -list_margin -1 +list_margin -1 (0 for markdown) Description~ Width of left-hand margin for lists. When negative, the current 'shiftwidth' @@ -3486,6 +3486,7 @@ https://github.com/vimwiki-backup/vimwiki/issues. 2.5 (in progress)~ New:~ + * Set default |vimwiki-option-list_margin| = 0 for markdown syntax. * PR #785: |:VimwikiGoto| completion works with part of filename and nested directories * Add test framework (vader, vint, vim-testbed)