Watchers
ywtxt
Ease vim to write plain documents.
- Script id: 2993
- Author: Yue Wu
- Latest version: 0.18
- Release date: 2010-08-03
- Release notes:
1. Greatly improved: speed issue for large document.
2. Major changed: foldmethod changed from 'syntax' to 'marker' in documnet for speed issue, so you need to append '{{{' and '}}} to lines '^% BEGIN.*$' and '^% END.*$' respectively to fold your old format of ywtxt documents. Method:
:%s/^\(% BEGIN.*\)/\1 {{{/c
:%s/^\(% END.*\)/\1 }}}/c
Sorry for inconvenience!
3. Fixed: bug in wrong location when inserting nohtml region.
4. Changed: heading creation will prompt you to insert heading text.
5. Improved toc generation speed.