vimwiki/autoload/vimwiki
Lionel Flandrin dcd68a6781 Fix off-by-one error in get_next_line and get_prev_line
The functions stopped at the end/start block marker (respectively)
instead of returning the following line. This caused issues when the
function was subsequently called in markdown mode since the start and
end block markers are the same.

This fixes #407
2019-07-31 17:56:08 +01:00
..
base.vim Better handling of extensions when normalizing links. 2019-07-17 07:10:47 -06:00
customwiki2html.sh Clean up the help file (part 3) 2015-11-23 13:10:46 +01:00
default.tpl HTML5 doctype for HTML output 2014-09-12 11:31:06 +02:00
diary.vim Move variable declaration outside of for loop 2019-04-08 22:18:07 -06:00
html.vim Allow forcing VimwikiAll2HTML with ! 2019-05-20 08:22:15 -06:00
lst.vim Fix off-by-one error in get_next_line and get_prev_line 2019-07-31 17:56:08 +01:00
markdown_base.vim Make normalized links in diary pages use relative path. 2019-07-10 21:06:33 -06:00
path.vim Omnicompletion fix for Windows (#660) 2019-04-20 17:28:32 +02:00
style.css New Logo and Screenshots 2019-04-19 21:01:02 +02:00
tags.vim Change the tagfile name. 2019-04-01 09:46:41 -06:00
tbl.vim Remove control characters. Fixes #598 2019-07-17 07:15:06 -06:00
u.vim Allow buffer local mappings to overwrite existing mappings. 2019-05-24 20:41:12 -06:00
vars.vim Support getbufvar for vim < v7.3.831 2019-07-20 22:13:48 -06:00