Fix link to issue

This commit is contained in:
Leandro Freitas
2016-01-27 14:25:17 -02:00
parent 595fc0b49e
commit e2a02d4f30

View File

@@ -4,7 +4,7 @@ As it was suggested on issue [#28](https://github.com/freitass/todo.txt-vim/issu
### (Jan 2016) Note: Overdue date highlight and Python Optional dependency
A new feature was added to highlight dates in overdue tasks as an Error (as suggested on issue [#44][https://github.com/freitass/todo.txt-vim/issues/44]). It depends on a Python library, however, and as such will only be able to work if your version of Vim was compiled with the `+python` option (as most common versions do).
A new feature was added to highlight dates in overdue tasks as an Error (as suggested on issue [#44](https://github.com/freitass/todo.txt-vim/issues/44)). It depends on a Python library, however, and as such will only be able to work if your version of Vim was compiled with the `+python` option (as most common versions do).
If your Vim installation does **not** have Python support, this plugin **will work just fine** but this feature will be disabled.