Commit Graph

  • 777569f95f Workaround for slow folding methods (issue #225) mMontu 2016-07-12 11:41:44 -03:00
  • 3f66117894 When sorting tags, always match case because Vim expects it EinfachToll 2016-05-23 22:02:03 +02:00
  • 4831384ab9 Merge branch 'dev' EinfachToll 2016-05-18 22:07:49 +02:00
  • 3a5a5ef0ad Prefer the value of nested_syntaxes over detected syntax EinfachToll 2016-05-17 20:29:59 +02:00
  • f567009329 Merge pull request #201 from irfansharif/patch-1 EinfachToll 2016-04-25 08:52:40 +02:00
  • 7e3234e0bf fix vimwiki.txt intro tag irfan sharif 2016-04-24 16:45:21 -04:00
  • 129c281810 Update changelog v2.3 EinfachToll 2016-03-31 12:10:27 +02:00
  • 722d6e4b9a '+' on a raw url surrounds it with brackets EinfachToll 2016-03-21 09:02:22 +01:00
  • 0001b3cda9 Copy CSS file also with :Vimwiki2HTML EinfachToll 2016-03-19 22:01:25 +01:00
  • 68cdfe36df Unify all messages to the user EinfachToll 2016-03-19 21:29:42 +01:00
  • 4956976bb6 Some fixes in the doc EinfachToll 2016-03-19 19:55:08 +01:00
  • 4c2e13a284 Skip preformatted and math text while scanning for headers EinfachToll 2016-03-18 15:18:23 +01:00
  • 4bd0690a52 Simplify some regexes EinfachToll 2016-03-18 15:16:59 +01:00
  • 128581babc Merge remote-tracking branch 'optik-aper/master' into dev EinfachToll 2016-03-01 10:46:29 +01:00
  • c2d1869227 Escape tilde (~) in path names otherwise regex comparison gets upset Michael 2016-02-29 16:12:56 -05:00
  • 6f579711ab Merge pull request #186 from lotabout/master EinfachToll 2016-02-22 11:42:42 +01:00
  • 6d96516ab4 enhance #64: generate same link type for visual mode and normal mode zhang_ji 2016-02-22 16:00:37 +08:00
  • 0ea8d85b7f Sort links in the list generated by VimwikiGenerateTags EinfachToll 2016-02-19 11:32:58 +01:00
  • 5f9dbca89c Small cleanup of the merged PR EinfachToll 2016-01-28 10:52:40 +01:00
  • 2aeaea5f0d Merge pull request #187 from mMontu/nested EinfachToll 2016-01-28 10:29:53 +01:00
  • a2888692fd Option for automatic detection of nested syntaxes mMontu 2016-01-27 13:30:30 -02:00
  • fc947523b0 Dynamically detect nested syntaxes (fix #128) mMontu 2016-01-27 10:14:49 -02:00
  • 91a004bc23 Remove superfluous debug message EinfachToll 2016-01-25 13:47:41 +01:00
  • 78cef05fa3 Fix HTML conversion of headers containing links EinfachToll 2016-01-22 13:32:01 +01:00
  • 1db5924271 Update the changelog EinfachToll 2016-01-21 13:27:43 +01:00
  • ff90e980de Locate the .tags file correctly on windows EinfachToll 2016-01-21 13:27:08 +01:00
  • bb3026dba8 Include subdir in wiki page name when rebuilding tags EinfachToll 2016-01-21 13:25:04 +01:00
  • b0cc6ff0de fix #64: markdown style link support zhang_ji 2016-01-18 16:51:08 +08:00
  • 949b29b694 Fix tags file path when 'path' contains spaces EinfachToll 2015-12-14 10:36:16 +01:00
  • f31550badb Merge pull request #165 from Tomsod/dev EinfachToll 2015-12-11 11:49:45 +01:00
  • 3bd3d9b860 Update changelog v2.2.1 EinfachToll 2015-12-10 16:19:26 +01:00
  • e0d72759a6 Remember kids: always use :normal! with the bang in plugins EinfachToll 2015-12-10 16:07:36 +01:00
  • f9045a40e0 Merge pull request #169 from t7ko/bugfix/tags-sorted-in-wrong-order Ivan 2015-12-08 16:31:01 +03:00
  • 9be96884ba Remove g:VimwikiLog and the timing stuff EinfachToll 2015-12-07 12:29:25 +01:00
  • 2a70e1517e Remove g:vimwiki_debug, which probably nobody used EinfachToll 2015-12-07 12:27:32 +01:00
  • c565b38bb6 Remove some unreachable code EinfachToll 2015-12-07 12:25:17 +01:00
  • 37aae9c3ce Merge pull request #170 from t7ko/bugfix/cursor-moves-on-toc-update Ivan 2015-12-04 14:36:26 +03:00
  • c2b0fd843b Fix bug: saving a page would err out trying to open fold if folds are disabled or are configured differently. Ivan Tishchenko 2015-12-04 15:33:03 +04:00
  • 77fca9080c Fix code review notes on 'norm zo': Ivan Tishchenko 2015-12-01 22:41:50 +03:00
  • 3eb20a6c98 Fix regression bug: Normalize paths if settings changed after startup EinfachToll 2015-11-30 13:33:22 +01:00
  • 7124a9be97 Add a note to the change log EinfachToll 2015-11-30 13:13:06 +01:00
  • 5247de4a0b Prevent scrolling of large folds while filesave updates TOC. Ivan Tishchenko 2015-11-27 03:20:44 +03:00
  • 0d3f526a88 Preserve fold open/close status of the TOC on save. Ivan Tishchenko 2015-11-27 03:13:25 +03:00
  • d265df42f5 Prevent cursor moving up/down when TOC changes. Ivan Tishchenko 2015-11-27 03:05:39 +03:00
  • 7df0405c4e Fix sorting order of tags. Ivan Tishchenko 2015-11-27 01:50:41 +03:00
  • 8231433bad Merge pull request #168 from hiberabyss/macurl EinfachToll 2015-11-26 09:32:51 +01:00
  • 399e9a4512 follow url silently in mac Hongbo Liu 2015-11-26 11:54:32 +08:00
  • 2f95a6a651 Clean up the help file (part 4) v2.2 EinfachToll 2015-11-25 10:43:26 +01:00
  • c799d61b19 Clean up the help file (part 3) EinfachToll 2015-11-23 13:10:46 +01:00
  • da899311c7 Clean up the help file (part 2) EinfachToll 2015-11-22 20:30:38 +01:00
  • b794a3bd3b Restrict the distance of tag to header to two lines EinfachToll 2015-11-21 21:20:33 +01:00
  • debd308eea Clean up the help file (part 1) EinfachToll 2015-11-20 13:51:19 +01:00
  • ad4a12612c When doing VimwikiCheckLinks, check if index files exist EinfachToll 2015-11-20 11:50:31 +01:00
  • 82c435c1e4 Some cosmetic changes to the readme EinfachToll 2015-11-17 15:58:01 +01:00
  • 2c0e6ebfd9 Add two screenshots EinfachToll 2015-11-17 15:52:02 +01:00
  • 3901b7566b Fix uneven indentation of list items with checkboxes in HTML EinfachToll 2015-11-13 14:40:55 +01:00
  • 0931685ba2 Merge branch 'tags' into dev EinfachToll 2015-11-12 11:56:03 +01:00
  • e8164bb58a Add description of :VimwikiRebuildTags! to the help file EinfachToll 2015-11-11 13:18:09 +01:00
  • a043e7d973 Don't allow ' in tags EinfachToll 2015-11-11 12:56:28 +01:00
  • 977f234f6d Allow tags in markdown and mediawiki syntax as well EinfachToll 2015-11-11 12:01:01 +01:00
  • 52634a6753 add HTML processing for tags EinfachToll 2015-11-10 14:37:25 +01:00
  • 642a94ffae :VimwikiGenerateTags now updates a potentially existing listing EinfachToll 2015-11-09 15:45:56 +01:00
  • 64f71bc785
    Add :VimwikiMakeYesterdayDiaryNote command Tomsod M 2015-10-29 01:00:00 +03:00
  • 2afff4c411 Detect the OS correctly EinfachToll 2015-09-14 15:11:14 +02:00
  • 854219f42e Merge pull request #144 from t7ko/bugfix/fold-shortening-bug-on-utf8 EinfachToll 2015-07-08 11:54:25 +02:00
  • d7becafbdd Fix bug with folds shortening on multibyte characters. Ivan Tishchenko 2015-07-07 22:54:57 +03:00
  • 3142e08095 Fix some links in the doc from the latest commit EinfachToll 2015-07-03 14:20:01 +02:00
  • 5e382fe079 Merge pull request #142 from JohnKaul/dev EinfachToll 2015-07-03 14:14:38 +02:00
  • d502d653f7 vimwiki.txt: John Kaul 2015-06-26 13:47:28 -05:00
  • 477d54ca51 .gitignore: John Kaul 2015-06-26 13:28:40 -05:00
  • 7aa273fd7c A file tag must be at the very top of the file EinfachToll 2015-06-10 22:04:21 +02:00
  • b808dcfdc1 Simplify a function call EinfachToll 2015-06-10 22:00:07 +02:00
  • d28b615286 two small things EinfachToll 2015-05-15 11:18:40 +02:00
  • a2a28a2d91 Make <BS> work also when the user jumped to a tag EinfachToll 2015-05-15 11:04:53 +02:00
  • 3a333881d8 When jumping to anchor, tags have highest precedence EinfachToll 2015-05-15 11:03:14 +02:00
  • 8bbe0408f9 Set the 'tags' option correctly EinfachToll 2015-05-15 11:01:55 +02:00
  • 6c77fd9101 :VimwikiRebuildTags! only reads files newer than .tags file EinfachToll 2015-05-15 10:56:46 +02:00
  • f7725fb506 Clarify use of links to directories EinfachToll 2015-05-13 11:10:25 +02:00
  • 6846459255 Fix regression bug: correctly convert links like [[http:...]] EinfachToll 2015-05-12 15:54:53 +02:00
  • b53dd48429 Merge remote-tracking branch 'upstream/dev' into upstream/tags Ivan Tishchenko 2015-05-06 17:27:25 +04:00
  • b5da4ffc8a auto complete absolute wiki links EinfachToll 2015-04-30 13:53:25 +02:00
  • baf3be038a Fix wrong highlight of directories when maxhi is set EinfachToll 2015-04-30 13:52:33 +02:00
  • 41b40374f9 Finish doc for absolute/relative link stuff EinfachToll 2015-04-30 13:50:58 +02:00
  • 77607f635a slightly change the semantics of file: and local: scheme EinfachToll 2015-04-29 14:59:10 +02:00
  • 4617576c20 Fix bug: tags would not work in subfolders ('tags file not found') Ivan Tishchenko 2015-04-26 22:13:03 +03:00
  • fd66db5551 Merge remote-tracking branch 'upstream/dev' into upstream/tags Ivan Tishchenko 2015-04-15 22:44:54 +03:00
  • 99494655c2 Support for absolute links when converting to HTML EinfachToll 2015-04-09 14:48:26 +02:00
  • 62da755350 Fix for #122, don't claim ownership over directories EinfachToll 2015-04-09 14:29:50 +02:00
  • 6607a3f641 Force wiki files to have filetype=vimwiki EinfachToll 2015-03-31 14:31:58 +02:00
  • c543f8cfb1 Fixed issue with tags in subfolders not being saved in tags file properly (subdir name lost) Ivan Tishchenko 2015-03-25 21:44:44 +03:00
  • 28114d8c85 Merge remote-tracking branch 'upstream/dev' into 'upstream/tags' Ivan Tishchenko 2015-03-25 21:33:19 +03:00
  • 4ab0bdf3da Don't trigger QuickFixCmdPost autocmd unnecessarily EinfachToll 2015-03-23 13:25:39 +01:00
  • f823589076 make VimwikiCheckLinks also find nonexisting directories EinfachToll 2015-03-19 13:22:28 +01:00
  • d20e03d660 Make absolute wiki links work with wikiN: scheme EinfachToll 2015-03-19 09:05:19 +01:00
  • 4511bf09e6 Don't highlight absolute links when 'maxhi' is on EinfachToll 2015-03-17 10:33:43 +01:00
  • 6922836a0c Wiki links starting with / are always relative to the wiki root EinfachToll 2015-03-13 16:31:15 +01:00
  • 55adfca6a1 Rename a function, fixes previous commit EinfachToll 2015-02-24 09:39:03 +01:00
  • 8d7d568214 Clean up all file headers EinfachToll 2015-02-23 12:10:42 +01:00
  • 7e87e92954 Move tags-related functions to extra file EinfachToll 2015-02-23 11:29:02 +01:00
  • 8055ef8608 Fix highlighting of tags EinfachToll 2015-02-16 12:53:32 +01:00