Commit Graph

  • 6ce6821890 Added a space before rules to match projects and contexts in order to avoid false-positive matches such as email addresses and keystroke combinations (such as CTRL+f) in your todo tasks. Dean Householder 2014-03-03 09:58:14 -07:00
  • 5a2eb56f8e Merge pull request #11 from neoascetic/fixes/9 Leandro Freitas 2014-01-04 04:52:25 -08:00
  • 072891f722 Fixed #9. Insert dates at the beginning of the line Pavel Puchkin 2013-12-22 11:19:08 +11:00
  • 19cd2c7e85 Merge pull request #10 from obilodeau/master Leandro Freitas 2013-11-25 11:04:33 -08:00
  • a2faa2ebc9 added vim doc and instructions to rebuild help tags Olivier Bilodeau 2013-11-25 14:00:00 -05:00
  • 840ac2f4bc Merge pull request #6 from seiichi/allow-non-alphanumeric-characters Leandro Freitas 2013-09-12 04:49:54 -07:00
  • e819caa41b Changed the regexp rules of TodoProject and TodoContext to allow non-alphanumeric characters Seiichi SATO 2013-09-10 09:07:37 +09:00
  • 24aed20597 Merge pull request #5 from seiichi/add-missing-leader-D-to-readme Leandro Freitas 2013-09-09 09:33:34 -07:00
  • 971aeb6779 Merge pull request #4 from seiichi/todosh-complatible-date-format Leandro Freitas 2013-09-09 09:33:03 -07:00
  • cfd6dcad69 README: Added the description about <leader>-D Seiichi SATO 2013-09-03 13:51:08 +09:00
  • 9213afa196 Changed the regexp rule for TodoDate to make to be compatible with todo.sh Seiichi SATO 2013-09-03 13:32:49 +09:00
  • d49e2a2214 Merge pull request #3 from jonasdiemer/jonasdiemer/master Leandro Freitas 2013-08-20 04:59:49 -07:00
  • d5958e691d Added mapping to mark done Jonas Diemer 2013-08-11 15:44:31 +02:00
  • 07503edd63 Merge pull request #2 from azmd/caseregex Leandro Freitas 2013-07-21 08:43:44 -07:00
  • bf5d3d9068 Changed file type detection to reflect new lowercase default behavior Gordon Schulz 2013-07-09 16:28:28 +02:00
  • c1969833d6 Merge pull request #1 from emilecantin/master Leandro Freitas 2013-06-13 07:08:21 -07:00
  • 4a2d949f2d Added a bit of documentation to README.markdown Emile Cantin 2013-06-07 18:40:25 -03:00
  • 749a5142c3 Changed todo list Leandro Freitas 2011-08-12 10:27:39 -03:00
  • 83da7c7f0b Mappings Leandro Freitas 2011-06-10 00:13:12 -03:00
  • eb9c759aea Set options every time Leandro Freitas 2011-06-07 16:56:44 -03:00
  • 23ccd83039 Folding completed tasks Leandro Freitas 2011-06-06 23:57:43 -03:00
  • de61f0fe40 Add task Leandro Freitas 2011-06-06 22:00:45 -03:00
  • 8cd6d52dfb Quick install steps Leandro Freitas 2011-06-06 12:49:01 -03:00
  • dcf4e882e0 Just figured out that the built-in :sort command does the job Leandro Freitas 2011-06-04 20:25:15 -03:00
  • ced5314f5a Merge with master Leandro Freitas 2011-06-03 22:29:10 -03:00
  • 5848295c31 Added new task Leandro Freitas 2011-06-03 15:54:37 -03:00
  • 5357d75e0d Implemented the compare method, but the sorting is not working Leandro Freitas 2011-06-03 00:33:56 -03:00
  • 9ce565deb0 Merged with master Leandro Freitas 2011-06-02 19:28:24 -03:00
  • e74cb52ab5 Merged with master Leandro Freitas 2011-06-02 19:28:02 -03:00
  • b3f95c3b3c Merge branch 'master' into sort Leandro Freitas 2011-06-02 19:27:02 -03:00
  • 03dd58c010 Matching \<word\> for context and project, new version Leandro Freitas 2011-06-02 15:45:34 -03:00
  • ed4302bb4f Matching \<word\> for context and project Leandro Freitas 2011-06-02 15:21:51 -03:00
  • d81f69089c Added an example to be reference Leandro Freitas 2011-06-02 00:12:45 -03:00
  • 912cb936df Added an example to be reference Leandro Freitas 2011-06-02 00:08:37 -03:00
  • c53c15dc2c Setlocal Leandro Freitas 2011-06-01 10:23:59 -03:00
  • 6b467019c8 Fix highlight for no priority Leandro Freitas 2011-06-01 00:03:58 -03:00
  • 1c3ba87b77 Stop linebreak Leandro Freitas 2011-06-01 00:03:25 -03:00
  • 53fc71d3ca Date, project and context highlight Leandro Freitas 2011-05-31 15:55:51 -03:00
  • 050da5eda1 Ignoring tagsfile Leandro Freitas 2011-05-31 15:55:05 -03:00
  • 8aee44586c Changed filetype name Leandro Freitas 2011-05-31 14:14:45 -03:00
  • 9d6d9a1f64 Changed filetype name Leandro Freitas 2011-05-31 14:13:31 -03:00
  • dd65613b75 Initial commit Leandro Freitas 2011-05-31 13:14:07 -03:00
  • 6579464545 Initial commit Leandro Freitas 2011-05-31 13:13:18 -03:00
  • fba66aba8a Implemented ft detection Leandro Freitas 2011-05-31 13:12:59 -03:00
  • 0c110aeda0 Implemented syntax highlighting with preferred groups Leandro Freitas 2011-05-31 13:11:58 -03:00
  • dcba4cbfdf Task management Leandro Freitas 2011-05-31 13:11:14 -03:00
  • 7e019c07fb Matching some syntax groups Leandro Freitas 2011-05-31 09:45:16 -03:00
  • 97ff807515 Ignore *.swp Leandro Freitas 2011-05-31 09:44:37 -03:00
  • 2efcb861e9 Initial commit Leandro Freitas 2011-05-30 22:07:04 -03:00