Tomas Babej
886b90df67
ftplugin: Add vim command and mappings for the redo method
2017-01-11 09:52:36 +01:00
Tomas Babej
21b766134f
coverage: Explicit coverage tracking no longer needed
2017-01-09 00:38:24 +01:00
Tomas Babej
590749d1aa
ftplugin: Default to python3 for neovim
2017-01-07 18:53:53 +01:00
Tomas Babej
be0cfed86c
python3: Use global variables for py/pyfile so they are accessible from within pyton too
2016-12-16 04:16:46 +01:00
Tomas Babej
8f4a87e16e
ftplugin: Fix invalid quotation level
2016-12-16 04:11:10 +01:00
Tomas Babej
91af39e17e
ftplugin: Support both +python and +python3
2016-12-16 03:27:35 +01:00
Tomas Babej
d360f67b80
Reset cache after entering a new buffer
2016-12-12 23:43:24 +01:00
Tomas Babej
6806c26589
folding: Make sure SessionLoadPost event does not visibly error out
...
The SessionLoadPost event is fired mainly for other plugins to register
that a view has been created. However, if no autocmd listens to
SessionLoadPost, vim provides an error message. Hence we need to supress
the output of this call.
2016-05-23 10:00:21 +02:00
Tomas Babej
74a81250c3
folds: Make sure the missing views do not raise exceptions
2016-05-14 22:35:03 +02:00
Tomas Babej
9feb8f0dcd
syntax: Fire a SessionLoadPost event after the view is loaded
2016-05-12 15:56:32 +02:00
Tomas Babej
a27d05a512
taskwiki: Make the plugin a proper Python module
2016-05-11 18:52:51 +02:00
Philipp Hack
64a6852eac
Added option to disable fold saving
2015-12-22 17:29:44 +01:00
Tomas Babej
34c4119c64
folds: Preserve folding of the taskwiki files
2015-09-18 07:07:50 +02:00
absala
0ec4d1d4f8
small: typo
2015-09-10 23:07:00 +02:00
Tomas Babej
3641ac227e
taskwiki: Add TaskWikiSort command
2015-08-13 23:14:48 +02:00
Tomas Babej
8054bbd423
ftplugin: Execute TaskWikiBufferSave instead of direct call
2015-08-13 23:14:26 +02:00
Tomas Babej
86d2e60e20
commands: Add TaskWikiBufferSave and TaskWikiBufferLoad commands
2015-08-13 02:11:46 +02:00
Tomas Babej
5a5b5b3c91
base: Check for 3rd-party requirements
2015-07-16 01:38:40 +02:00
Tomas Babej
5c9a0b0b32
mappings: Add mappings fo visual mode
2015-04-23 10:19:12 +02:00
Tomas Babej
13177a92e3
taskwiki: Add taskwiki_disable variable check that allows for a quick flexible taskwiki turnoff
2015-04-22 20:16:56 +02:00
Tomas Babej
dfaef302f1
taskwiki: Add ChoosSplitTags command
2015-04-10 17:19:45 +02:00
Tomas Babej
4630c371ec
keymaps: Add mappings for TaskWikiChooseProject command
2015-04-10 17:04:18 +02:00
Tomas Babej
f3331986f4
mappings: Fix mapping for TaskWikiCalendar
2015-04-09 17:09:28 +02:00
Tomas Babej
43ede329d5
taskwiki: Add command mappings using leader
2015-04-06 22:41:55 +02:00
Tomas Babej
588e514e93
taskwiki: Add TaskWikiDone command
2015-04-06 20:40:36 +02:00
Tomas Babej
31f73086c9
coverage: Measure more properly by invoking the measurements in a separate python file
2015-04-04 11:39:03 +02:00
Tomas Babej
f6d28bab4c
taskwiki: Add TaskWikiInspect command
2015-04-02 06:32:29 +02:00
Tomas Babej
7c9bcaf129
commands: Fix copy-paste error that executed Ghistory commands instead of History commands
2015-03-27 13:40:13 +01:00
Tomas Babej
5c6b91dd06
taskwiki: Add TaskWikiAnnotate method
2015-03-26 23:15:04 +01:00
Tomas Babej
50b42e6a34
taskwiki: Add TaskWikiGrid command
2015-03-25 08:07:33 +01:00
Tomas Babej
076d6e4a8b
taskwiki: Add TaskWikiEdit command
2015-03-24 20:42:41 +01:00
Tomas Babej
31d5b718c1
syntax: Improce concealment
2015-03-23 12:50:49 +01:00
Tomas Babej
6a5432a677
taskwiki: Add TaskWikiStop command
2015-03-23 10:18:23 +01:00
Tomas Babej
f083e437f1
taskwiki: Add TaskWikiStart command
2015-03-23 09:34:00 +01:00
Tomas Babej
108f461bf3
taskwiki: Add TaskWikiStats and TaskWikiTags commands
2015-03-22 20:43:06 +01:00
Tomas Babej
a789954206
taskwiki: Add history related commands
2015-03-22 19:42:40 +01:00
Tomas Babej
1788ae1987
taskwiki: Add ghistory related commands
2015-03-22 19:34:40 +01:00
Tomas Babej
e1e2570915
taskwiki: Split Burndown command into three, by timespan version
2015-03-22 19:26:18 +01:00
Tomas Babej
2399a040bb
taskwiki: Add TaskWikiCalendar command
2015-03-22 19:22:26 +01:00
Tomas Babej
f8333f7da6
taskwiki: Create a generic Split class for taskwarrior-based splits
2015-03-22 18:30:26 +01:00
Tomas Babej
67bd4843c3
Splits: Allow to take filters, locate closest viewport if none
2015-03-22 17:52:18 +01:00
Tomas Babej
ffc83134eb
Vimwiki: Do a conditional toggle of TaskWikiInfo
2015-03-22 14:41:50 +01:00
Tomas Babej
d794bfb13b
taskwiki: Add TaskWikiBurndown command
2015-03-21 17:10:01 +01:00
Tomas Babej
f22484f8d7
util: Add optional color support with AnsiEsc
2015-03-21 16:51:06 +01:00
Tomas Babej
a8884a6dea
taskwiki: Add TaskWikiProjects command
2015-03-21 14:38:40 +01:00
Tomas Babej
5d32666cce
taskwiki: Move methods that affect whole buffer into common namespace
2015-03-21 14:11:41 +01:00
Tomas Babej
4d6918458b
taskwiki: Add TaskWikiMod command
2015-03-21 13:43:14 +01:00
Tomas Babej
97691df5bb
taskwiki: Add TaskWikiDelete command
2015-03-21 09:38:52 +01:00
Tomas Babej
82223ed2df
taskwiki: Make taskwiki commands work on ranges
2015-03-21 09:22:47 +01:00
Tomas Babej
5e9f187bab
commands: Implement the TaskWikiLink command
2015-03-20 13:57:08 +01:00