What’s new

- NEW: Default checkbox symbols are changed to
[ ], [.], [o], [O], [X]. You can change them using g:vimwiki_listsyms variable.
- NEW: Color group names are renamed from wikiBold, wikiItalic, etc to VimwikiBold, VimwikiItalic, etc.
- NEW: Open external links in a browser. There are default browsers defined in
g:vimwiki_browsers list. You can also redefine VimwikiWeblinkHandler function to open weblinks in other programs.
- NEW: Issue 25: Toggle the states of multiple TODO list items at a time (in VISUAL and in VISUAL LINE modes)
- NEW: Issue 26: Highlight code snippets in vimwiki’s pre. See
:h vimwiki-option-nested_syntaxes. Thanks kriomant.
- NEW: Issue 27: Automatic garbage deletion from html directory.
- NEW: Save all open vimwiki buffers before export to html.
- NEW: Issue 29: Custom :Search command.
- NEW: Header text objects are now expandable in VISUAL mode. Tap ‘vah’ to select a header. Tap again ‘ah’ to expand selection further. Thanks Andy Wokula.
- FIX: Folding settings are reset to vim defaults in a new tab (think of \wt) so you cannot hide things in folds.
- FIX: https links in form of
[https://hello.world.com] are not exported into html. Thanks Saurabh Sarpal for the patch.
Get it from vimwiki downloads list.
Я правильно понимаю, что если забыл пароль root’а, то это не лечится?
Хорошо хоть sudo работает.
Совсем недавно работник гугла Брам Мулинар, автор редактора vim, вытащил на свет свой новый язык системного программирования zimbu. Теперь другие гуглоперцы выпускают еще один новый язык, опять же, системного программирования Go.
С ним, кстати, вышло не совсем красиво. Оказывается уже лет 10 6 как существует ЯП под названием «Go!» и его автору не сильно понравился конкурент от гугла. Интересно почему гуглоавторы не проверили название своего детища в гуглопоиске?
Народ кстати ратует о переименовании языка — мол искать неудобно и вообще некрасиво так поступать — и предлагает свои варианты: «Issue 9» один из них.
Changes:

- NEW: You can have multiline list items. See
:h vimwiki-syntax-lists.
- NEW: You can ignore newlines in multiline list items when do export to html. See
:h g:vimwiki_list_ignore_newline option.
- NEW: Different checkbox symbols
[.], [:], [o] are added. See :h vimwiki-todo-lists.
- NEW: Now there is no longer syntax of preformatted text that is started by a whitespace.
- NEW: Blockquotes. See
:h vimwiki-syntax-blockquote.
- NEW: Per wiki folding option (vimwiki-option-folding) is removed. Global
:h g:vimwiki_folding and :h g:vimwiki_fold_lists are added.
- NEW: Due to being quite slow folding of list items is off by default. Use
:h g:vimwiki_fold_lists to turn it on.
- NEW: If you want replace some symbols in a wikifilename use
:h g:vimwiki_badsyms option (Andreas Baldeau).
- FIX: Command
:VimwikiToggleListItem doesn’t work for one of the two wikies opened at the same time with different syntaxes.
- FIX: Command
:VimwikiToggleListItem do not switch parent checkboxes if there are non-checkbox list items available.
- FIX: Issue 24: Link error in html when write
[[one.two.three]].
- FIX: Rename
WikiWord to something with a colon (:) does nasty things.
- FIX: Command
:VimwikiToggleListItem do not switch right if there are list items without checkboxes in the list.
Get it from vimwiki downloads list.
I think of implementing multiline list items:
* List item bla bla bla, blalala bla blabla bla.
New line of the same list item blabla bla bla bla.
More lines here.
* List item 2.
* List item 3.
Looks like list item’s continued lines would clash with preformatted text. So preformatted text that starts from whitespace most likely will be removed from vimwiki.
Сотрудники одной компании Москвы нашли тут котенка с перебитой, местами раздробленной, задней лапой. Отвезли в вет-клинику, где ветеринары эту лапу отняли.
Оказалась — кошка, примерно 2-х месяцев от роду.
Из плюсов:
- ничем не болеет;
- глистов нет;
- ходит в туалет;
- трехногая — вряд ли будет тащить еду со стола, просто не допрыгнет;
- красивая.
Вот так она выглядит (почти сразу после операции):
Пока проходит послеоперационные процедуры у меня дома, ищем кому бы отдать.

Thanks to J.A.J. Pater for the vimwiki quick reference card he has made.
It looks really good.
Я настолько выпал из танго жизни, что про крупнейший танго-фест Москвы, который уже начался, даже и не вспомнил. А ведь в былые времена я считал дни до его начала…

What’s new
- [new] Links with directories:
[[dir_name/Link|Text]]. Thanks Jie Wu.
- [new] Added
%root_path% template variable to get relative root dir of path_html. See :h vimwiki-option-html_header.
- [fix] Indent is incorrect for vim without “float” compile option. Thanks Julian Kooij.
- [fix] Convert to html doesn’t work right with links like
[[foo::bar]].
- [fix] Rename wikiword doesn’t work right when rename WikiWord to
[[WikiWord blablabla]].
- [fix] Renaming of links with description doesn’t work.
- [fix] Weblinks with commas are not highlighted.
- [misc] Some changes in default css file.
Get it from vimwiki downloads list.