vimwiki/autoload/vimwiki
Jonny Bylsma e84dcbfa25 Prevent sticky type checking (E706) errors with older Vims (#681)
Vim used to throw the E706 error if you tried to change a variable's
type. This error can be triggered by vimwiki if, during the user
settings loop in `read_global_settings_from_user()`, the variable type
for `users_value` changes.

The vim error was removed in v7.4.1546 as part of
f6f32c38bf.
2019-04-26 11:06:09 -06:00
..
base.vim Add wikilocal option to assign a name to each wiki. 2019-04-21 13:05:01 -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 Add html_filename_parameterization option. 2019-04-13 10:07:51 +12:00
lst.vim Revert "Allow to specify additional chars for lists" 2019-01-17 21:57:42 +01:00
markdown_base.vim Don't replace spaces in link description for markdown syntax. 2019-04-08 20:54:21 -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 redundant layer of branching in get_cell_aligns_fast 2019-04-10 11:06:05 -07:00
u.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
vars.vim Prevent sticky type checking (E706) errors with older Vims (#681) 2019-04-26 11:06:09 -06:00