Commit Graph

  • 6c77fd9101 :VimwikiRebuildTags! only reads files newer than .tags file EinfachToll 2015-05-15 10:56:46 +0200
  • f7725fb506 Clarify use of links to directories EinfachToll 2015-05-13 11:10:25 +0200
  • 6846459255 Fix regression bug: correctly convert links like [[http:...]] EinfachToll 2015-05-12 15:54:53 +0200
  • b53dd48429 Merge remote-tracking branch 'upstream/dev' into upstream/tags Ivan Tishchenko 2015-05-06 17:27:25 +0400
  • b5da4ffc8a auto complete absolute wiki links EinfachToll 2015-04-30 13:53:25 +0200
  • baf3be038a Fix wrong highlight of directories when maxhi is set EinfachToll 2015-04-30 13:52:33 +0200
  • 41b40374f9 Finish doc for absolute/relative link stuff EinfachToll 2015-04-30 13:50:58 +0200
  • 77607f635a slightly change the semantics of file: and local: scheme EinfachToll 2015-04-29 14:59:10 +0200
  • 4617576c20 Fix bug: tags would not work in subfolders ('tags file not found') Ivan Tishchenko 2015-04-26 22:13:03 +0300
  • fd66db5551 Merge remote-tracking branch 'upstream/dev' into upstream/tags Ivan Tishchenko 2015-04-15 22:44:54 +0300
  • 99494655c2 Support for absolute links when converting to HTML EinfachToll 2015-04-09 14:48:26 +0200
  • 62da755350 Fix for #122, don't claim ownership over directories EinfachToll 2015-04-09 14:29:50 +0200
  • 6607a3f641 Force wiki files to have filetype=vimwiki EinfachToll 2015-03-31 14:31:58 +0200
  • 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 +0300
  • 28114d8c85 Merge remote-tracking branch 'upstream/dev' into 'upstream/tags' Ivan Tishchenko 2015-03-25 21:33:19 +0300
  • 4ab0bdf3da Don't trigger QuickFixCmdPost autocmd unnecessarily EinfachToll 2015-03-23 13:25:39 +0100
  • f823589076 make VimwikiCheckLinks also find nonexisting directories EinfachToll 2015-03-19 13:22:28 +0100
  • d20e03d660 Make absolute wiki links work with wikiN: scheme EinfachToll 2015-03-19 09:05:19 +0100
  • 4511bf09e6 Don't highlight absolute links when 'maxhi' is on EinfachToll 2015-03-17 10:33:43 +0100
  • 6922836a0c Wiki links starting with / are always relative to the wiki root EinfachToll 2015-03-13 16:31:15 +0100
  • 55adfca6a1 Rename a function, fixes previous commit EinfachToll 2015-02-24 09:39:03 +0100
  • 8d7d568214 Clean up all file headers EinfachToll 2015-02-23 12:10:42 +0100
  • 7e87e92954 Move tags-related functions to extra file EinfachToll 2015-02-23 11:29:02 +0100
  • 8055ef8608 Fix highlighting of tags EinfachToll 2015-02-16 12:53:32 +0100
  • 7bc2fcb3a7 Merge remote-tracking branch 'vimwiki/dev' into 'vimwiki/tags' Ivan Tishchenko 2015-02-12 22:20:16 +0300
  • 3a39498604 Add .gitignore EinfachToll 2015-02-10 13:46:44 +0100
  • df5e49c7fd Fix completion in some circumstances EinfachToll 2015-02-09 21:56:28 +0100
  • ac4f66586a col('.') inside the omnicompletion function returns garbage EinfachToll 2015-02-09 21:40:17 +0100
  • 41bce9ae42 Remove apparently unused function EinfachToll 2015-02-09 21:06:04 +0100
  • e4de62b7d5 turn all =~ into =~# or =~?; !~ analogically EinfachToll 2015-02-09 20:47:11 +0100
  • 6716ba709f turn all != into !=# or !=? when comparing strings EinfachToll 2015-02-09 20:24:18 +0100
  • 9ada4d2041 turn all == into ==# or ==? when comparing strings EinfachToll 2015-02-09 20:05:25 +0100
  • b240b52a3f Small fix for #112 EinfachToll 2015-02-09 09:20:30 +0100
  • bf1eb62c32 Merge pull request #112 from t7ko/completion-fix-issue111 EinfachToll 2015-02-09 09:18:21 +0100
  • 827b3a8974 Unify yes/no question EinfachToll 2015-02-07 22:01:20 +0100
  • 68b82a15c6 Adjust case sensitivity of path comparison depending on the OS Ivan Tishchenko 2015-02-07 01:50:04 +0300
  • 42f427e718 Fix issue with tags completion not working right after the colon Ivan Tishchenko 2015-02-05 00:05:04 +0300
  • 13bdb43a54 Merge pull request #113 from t7ko/auto-cd Ivan 2015-02-04 23:58:04 +0300
  • e34e160a34 Merge pull request #104 from t7ko/autoload-fix EinfachToll 2015-02-04 14:36:23 +0100
  • 3d3586417d Remove an option that is written but never read EinfachToll 2015-02-03 13:53:56 +0100
  • 10293f60d7 Use case insensitive path comparison for vimwiki#path#relpath() Ivan Tishchenko 2015-02-03 13:34:07 +0400
  • 556f686431 Make VimwikiGetKnownExtensions into script-local function s:vimwiki_get_known_extensions Ivan Tishchenko 2015-02-02 22:07:17 +0300
  • de11957fca Use script local variable instead of buffer local EinfachToll 2015-02-02 10:35:32 +0100
  • d2ff96717e Encapsulate tag path into a function; expand paths in it to make them absolute Ivan Tishchenko 2015-01-29 13:48:15 +0400
  • be9667cfa6 Documented the fix in ChangeLog Ivan Tishchenko 2015-01-24 10:55:22 +0300
  • 0511b51a5f Implement auto-chdir option Ivan Tishchenko 2015-01-24 10:49:20 +0300
  • 17cfd6e613 Modify patterns and code -- tag colons must be either at line boundary, or surrounded with white spaces Ivan Tishchenko 2015-01-23 23:13:27 +0300
  • f5e1cbe721 Move get-known-sytaxes back into base.vim Ivan Tishchenko 2015-01-23 22:41:36 +0300
  • 13e76aed2e <CR> to create a link ignores most punctuation characters now EinfachToll 2015-01-14 13:34:33 +0100
  • 43cad87426 Merge pull request #106 from t7ko/get_anchors-bugfix EinfachToll 2015-01-12 10:06:09 +0100
  • 8f24644967 Remove unused function parameter EinfachToll 2015-01-12 09:34:59 +0100
  • 918b07342d Add default values to some options like the doc says EinfachToll 2015-01-12 09:32:05 +0100
  • 22ab2bfd9b Merge pull request #103 from t7ko/misprint-fix EinfachToll 2015-01-12 09:09:11 +0100
  • b912e4e3c7 Update :VimikiGenerateTags -- use tags as anchors in links Ivan Tishchenko 2015-01-10 17:10:18 +0300
  • d72ef4dd70 Treat tags as anchors (wikilink completion, jumping to) Ivan Tishchenko 2015-01-10 16:39:11 +0300
  • 28af35bcfe Fix collecting anchors -- bold anchors were added to the list twice Ivan Tishchenko 2015-01-10 16:12:40 +0300
  • b99a3dc988 Convert file format to CTAGS. Update docs Ivan Tishchenko 2015-01-10 01:44:25 +0300
  • 8a0433dec5 Fix error 'metadata file not found' when tag functions are called first time Ivan Tishchenko 2015-01-10 00:51:37 +0300
  • 66626ad415 Move two helper functions to plugin file out of autoload. Plugin would have called them at startup anyway, defeating the whole purpose of autoload file. Ivan Tishchenko 2015-01-10 00:23:21 +0300
  • e6f6fdd359 Mention tags in ChangeLog Ivan Tishchenko 2015-01-06 23:26:48 +0300
  • e44b188a49 :VimwikiGenerateTags Ivan Tishchenko 2015-01-06 23:13:28 +0300
  • a62bebceb2 Implement :VimwikiSearchTags to look up tag instances in a wiki Ivan Tishchenko 2015-01-06 22:44:41 +0300
  • df91772d7e Implement :VimwikiRebuildTags to rebuild metadata for all pages in current wiki Ivan Tishchenko 2015-01-06 22:30:28 +0300
  • 4f639cebee Syntax definitions Ivan Tishchenko 2015-01-05 01:44:24 +0300
  • a01290160c Support for omni completion of tags Ivan Tishchenko 2015-01-05 01:29:42 +0300
  • c7436a44cf Reading metadata file; filtering by page name Ivan Tishchenko 2015-01-05 00:39:26 +0300
  • 6cafc97c9c Implement saving metadata to file Ivan Tishchenko 2015-01-04 00:24:32 +0300
  • 2d0616343d Implemented tags scan function (go over range of lines and compose list of tag entries and their metadata Ivan Tishchenko 2015-01-04 00:03:13 +0300
  • 19cc1b873a Added placeholders for tags on-page-save analysis Ivan Tishchenko 2015-01-03 00:59:18 +0300
  • 7f5e517162 Default value for auto-tags option Ivan Tishchenko 2015-01-03 00:16:52 +0300
  • 91b73c2aac Basic documentation Ivan Tishchenko 2015-01-03 00:14:20 +0300
  • 37dafcf8c7 Fix misprint in documentation Ivan Tishchenko 2015-01-03 00:08:32 +0300
  • 6b0be58392 Merge pull request #98 from mMontu/dev EinfachToll 2015-01-09 09:21:13 +0100
  • edb72680a1 Use backward compatible version of shiftwidth() mMontu 2015-01-08 14:14:16 -0200
  • b89c22fe03 Use shiftwidth() instead of &shiftwidth mMontu 2015-01-08 11:20:34 -0200
  • 2804a4495d Don't process placeholders inside preformatted text EinfachToll 2014-12-16 15:52:53 +0100
  • 37ef87b930 Suppress an annoying error message when it's not the right time EinfachToll 2014-12-14 14:49:06 +0100
  • f419b04346 :VimwikiBacklinks now considers subdirs and other wikis EinfachToll 2014-12-07 11:59:56 +0100
  • 53ecfdcc68 Fix and clean resolution of links EinfachToll 2014-12-07 11:58:08 +0100
  • e5c5a1420d :VimwikiGenerateLinks also generates links for subdirectories EinfachToll 2014-12-04 21:27:02 +0100
  • 931b40ade1 New command :VimwikiCheckLinks EinfachToll 2014-12-04 21:18:58 +0100
  • eb02e0be9a Move some file system related functions to path.vim EinfachToll 2014-12-04 21:12:04 +0100
  • a091bd5a76 Remove some pointless comments EinfachToll 2014-12-04 21:03:49 +0100
  • c7366625a3 Remove the grammar based HTML converter -- too slow EinfachToll 2014-12-04 21:00:25 +0100
  • b990ed1966 Merge remote-tracking branch 'Svtter/master' into dev EinfachToll 2014-11-27 10:30:02 +0100
  • eb254c9573 add chinese Readme svtter 2014-11-27 12:45:53 +0800
  • 19465760b4 Fix the menu entries which are sometimes not shown correctly EinfachToll 2014-11-26 14:35:38 +0100
  • a3e06e4e8d Disable updating of TOC while in diff mode EinfachToll 2014-11-12 11:13:14 +0100
  • 9fa06803d6 Merge pull request #83 from t7ko/autocompletion EinfachToll 2014-11-12 09:11:00 +0100
  • f47f3c4e26 Removed unused functions; added a few more comments Ivan Tishchenko 2014-11-11 23:12:03 +0300
  • bc0f310889 Update the TOC *before* the file is written, not after EinfachToll 2014-11-11 13:52:18 +0100
  • d8853c5a34 Fix and simplify the collection of anchors EinfachToll 2014-11-11 13:43:44 +0100
  • 3906294180 Small doc fix EinfachToll 2014-11-11 13:27:19 +0100
  • 6b9edefecc Fixed misprint in comments; corrected completion to escape filenames properly; add documentation. Ivan Tishchenko 2014-11-10 23:04:06 +0300
  • a579e258a1 Merge pull request #77 from lervag/issue66 EinfachToll 2014-11-10 09:14:23 +0100
  • f7df798b25 Support autocompletion of link argument for VimwikiGoto command Ivan Tishchenko 2014-11-07 00:02:37 +0300
  • 395cfec299 Extract links list generation to an individual function Ivan Tishchenko 2014-11-06 23:52:26 +0300
  • bb815bcdd8 Replaced all ¦¦ by | Karl Yngve Lervåg 2014-11-06 20:01:16 +0100
  • f7bacc3e75 Merge pull request #82 from t7ko/custom-map EinfachToll 2014-11-06 12:12:16 +0100
  • 7d07397a98 Enable customization of <Leader>w prefix for global mappings (allow users choose their own prefix). Ivan Tishchenko 2014-11-06 01:12:21 +0300