vim-quicktask
vim-quicktask copied to clipboard
Quicktask is a lightweight Vim task management plugin.
`tfi` can match english time pattern: ``` @ Start [Fri 2019-11-22] [13:22] ``` but can't match chinese time pattern: ``` @ Start [周五 2019-11-22] [13:22] ```
Hi! No promises, but I'd like to add an [automated test suite](https://github.com/shlomif/what-you-should-know-about-automated-testing) for this plugin. Problem is that there are several popular frameworks for writing them - see: * https://duckduckgo.com/?q=vim+tests+framework&ia=images...
The help documents do not report how to use and set: ``` g:quicktask_task_insert_added g:quicktask_task_added_include_time ``` This forces users to look through `ftplugin/quicktask.vim` to find how.
This prevents the file from being sourced multiple times. This is good for performance and fixes possible errors because of the `
`s:version` is not used in the ftplugin - remove it there.