Commit Graph

  • 7bc2fcb3a7 Merge remote-tracking branch 'vimwiki/dev' into 'vimwiki/tags' Ivan Tishchenko 2015-02-12 22:20:16 +03:00
  • 3a39498604 Add .gitignore EinfachToll 2015-02-10 13:46:44 +01:00
  • df5e49c7fd Fix completion in some circumstances EinfachToll 2015-02-09 21:56:28 +01:00
  • ac4f66586a col('.') inside the omnicompletion function returns garbage EinfachToll 2015-02-09 21:40:17 +01:00
  • 41bce9ae42 Remove apparently unused function EinfachToll 2015-02-09 21:06:04 +01:00
  • e4de62b7d5 turn all =~ into =~# or =~?; !~ analogically EinfachToll 2015-02-09 20:47:11 +01:00
  • 6716ba709f turn all != into !=# or !=? when comparing strings EinfachToll 2015-02-09 20:24:18 +01:00
  • 9ada4d2041 turn all == into ==# or ==? when comparing strings EinfachToll 2015-02-09 20:05:25 +01:00
  • b240b52a3f Small fix for #112 EinfachToll 2015-02-09 09:20:30 +01:00
  • bf1eb62c32 Merge pull request #112 from t7ko/completion-fix-issue111 EinfachToll 2015-02-09 09:18:21 +01:00
  • 827b3a8974 Unify yes/no question EinfachToll 2015-02-07 22:01:20 +01:00
  • 68b82a15c6 Adjust case sensitivity of path comparison depending on the OS Ivan Tishchenko 2015-02-07 01:50:04 +03:00
  • 42f427e718 Fix issue with tags completion not working right after the colon Ivan Tishchenko 2015-02-05 00:05:04 +03:00
  • 13bdb43a54 Merge pull request #113 from t7ko/auto-cd Ivan 2015-02-04 23:58:04 +03:00
  • e34e160a34 Merge pull request #104 from t7ko/autoload-fix EinfachToll 2015-02-04 14:36:23 +01:00
  • 3d3586417d Remove an option that is written but never read EinfachToll 2015-02-03 13:53:56 +01:00
  • 10293f60d7 Use case insensitive path comparison for vimwiki#path#relpath() Ivan Tishchenko 2015-02-03 13:34:07 +04:00
  • 556f686431 Make VimwikiGetKnownExtensions into script-local function s:vimwiki_get_known_extensions Ivan Tishchenko 2015-02-02 22:07:17 +03:00
  • de11957fca Use script local variable instead of buffer local EinfachToll 2015-02-02 10:35:32 +01:00
  • d2ff96717e Encapsulate tag path into a function; expand paths in it to make them absolute Ivan Tishchenko 2015-01-29 13:48:15 +04:00
  • be9667cfa6 Documented the fix in ChangeLog Ivan Tishchenko 2015-01-24 10:55:22 +03:00
  • 0511b51a5f Implement auto-chdir option Ivan Tishchenko 2015-01-24 10:49:20 +03:00
  • 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 +03:00
  • f5e1cbe721 Move get-known-sytaxes back into base.vim Ivan Tishchenko 2015-01-23 22:41:36 +03:00
  • 13e76aed2e <CR> to create a link ignores most punctuation characters now EinfachToll 2015-01-14 13:34:33 +01:00
  • 43cad87426 Merge pull request #106 from t7ko/get_anchors-bugfix EinfachToll 2015-01-12 10:06:09 +01:00
  • 8f24644967 Remove unused function parameter EinfachToll 2015-01-12 09:34:59 +01:00
  • 918b07342d Add default values to some options like the doc says EinfachToll 2015-01-12 09:32:05 +01:00
  • 22ab2bfd9b Merge pull request #103 from t7ko/misprint-fix EinfachToll 2015-01-12 09:09:11 +01:00
  • b912e4e3c7 Update :VimikiGenerateTags -- use tags as anchors in links Ivan Tishchenko 2015-01-10 17:10:18 +03:00
  • d72ef4dd70 Treat tags as anchors (wikilink completion, jumping to) Ivan Tishchenko 2015-01-10 16:39:11 +03:00
  • 28af35bcfe Fix collecting anchors -- bold anchors were added to the list twice Ivan Tishchenko 2015-01-10 16:12:40 +03:00
  • b99a3dc988 Convert file format to CTAGS. Update docs Ivan Tishchenko 2015-01-10 01:44:25 +03:00
  • 8a0433dec5 Fix error 'metadata file not found' when tag functions are called first time Ivan Tishchenko 2015-01-10 00:51:37 +03:00
  • 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 +03:00
  • e6f6fdd359 Mention tags in ChangeLog Ivan Tishchenko 2015-01-06 23:26:48 +03:00
  • e44b188a49 :VimwikiGenerateTags Ivan Tishchenko 2015-01-06 23:13:28 +03:00
  • a62bebceb2 Implement :VimwikiSearchTags to look up tag instances in a wiki Ivan Tishchenko 2015-01-06 22:44:41 +03:00
  • df91772d7e Implement :VimwikiRebuildTags to rebuild metadata for all pages in current wiki Ivan Tishchenko 2015-01-06 22:30:28 +03:00
  • 4f639cebee Syntax definitions Ivan Tishchenko 2015-01-05 01:44:24 +03:00
  • a01290160c Support for omni completion of tags Ivan Tishchenko 2015-01-05 01:29:42 +03:00
  • c7436a44cf Reading metadata file; filtering by page name Ivan Tishchenko 2015-01-05 00:39:26 +03:00
  • 6cafc97c9c Implement saving metadata to file Ivan Tishchenko 2015-01-04 00:24:32 +03:00
  • 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 +03:00
  • 19cc1b873a Added placeholders for tags on-page-save analysis Ivan Tishchenko 2015-01-03 00:59:18 +03:00
  • 7f5e517162 Default value for auto-tags option Ivan Tishchenko 2015-01-03 00:16:52 +03:00
  • 91b73c2aac Basic documentation Ivan Tishchenko 2015-01-03 00:14:20 +03:00
  • 37dafcf8c7 Fix misprint in documentation Ivan Tishchenko 2015-01-03 00:08:32 +03:00
  • 6b0be58392 Merge pull request #98 from mMontu/dev EinfachToll 2015-01-09 09:21:13 +01:00
  • edb72680a1 Use backward compatible version of shiftwidth() mMontu 2015-01-08 14:14:16 -02:00
  • b89c22fe03 Use shiftwidth() instead of &shiftwidth mMontu 2015-01-08 11:20:34 -02:00
  • 2804a4495d Don't process placeholders inside preformatted text EinfachToll 2014-12-16 15:52:53 +01:00
  • 37ef87b930 Suppress an annoying error message when it's not the right time EinfachToll 2014-12-14 14:49:06 +01:00
  • f419b04346 :VimwikiBacklinks now considers subdirs and other wikis EinfachToll 2014-12-07 11:59:56 +01:00
  • 53ecfdcc68 Fix and clean resolution of links EinfachToll 2014-12-07 11:58:08 +01:00
  • e5c5a1420d :VimwikiGenerateLinks also generates links for subdirectories EinfachToll 2014-12-04 21:27:02 +01:00
  • 931b40ade1 New command :VimwikiCheckLinks EinfachToll 2014-12-04 21:18:58 +01:00
  • eb02e0be9a Move some file system related functions to path.vim EinfachToll 2014-12-04 21:12:04 +01:00
  • a091bd5a76 Remove some pointless comments EinfachToll 2014-12-04 21:03:49 +01:00
  • c7366625a3 Remove the grammar based HTML converter -- too slow EinfachToll 2014-12-04 21:00:25 +01:00
  • b990ed1966 Merge remote-tracking branch 'Svtter/master' into dev EinfachToll 2014-11-27 10:30:02 +01:00
  • eb254c9573 add chinese Readme svtter 2014-11-27 12:45:53 +08:00
  • 19465760b4 Fix the menu entries which are sometimes not shown correctly EinfachToll 2014-11-26 14:35:38 +01:00
  • a3e06e4e8d Disable updating of TOC while in diff mode EinfachToll 2014-11-12 11:13:14 +01:00
  • 9fa06803d6 Merge pull request #83 from t7ko/autocompletion EinfachToll 2014-11-12 09:11:00 +01:00
  • f47f3c4e26 Removed unused functions; added a few more comments Ivan Tishchenko 2014-11-11 23:12:03 +03:00
  • bc0f310889 Update the TOC *before* the file is written, not after EinfachToll 2014-11-11 13:52:18 +01:00
  • d8853c5a34 Fix and simplify the collection of anchors EinfachToll 2014-11-11 13:43:44 +01:00
  • 3906294180 Small doc fix EinfachToll 2014-11-11 13:27:19 +01:00
  • 6b9edefecc Fixed misprint in comments; corrected completion to escape filenames properly; add documentation. Ivan Tishchenko 2014-11-10 23:04:06 +03:00
  • a579e258a1 Merge pull request #77 from lervag/issue66 EinfachToll 2014-11-10 09:14:23 +01:00
  • f7df798b25 Support autocompletion of link argument for VimwikiGoto command Ivan Tishchenko 2014-11-07 00:02:37 +03:00
  • 395cfec299 Extract links list generation to an individual function Ivan Tishchenko 2014-11-06 23:52:26 +03:00
  • bb815bcdd8 Replaced all ¦¦ by | Karl Yngve Lervåg 2014-11-06 20:01:16 +01:00
  • f7bacc3e75 Merge pull request #82 from t7ko/custom-map EinfachToll 2014-11-06 12:12:16 +01:00
  • 7d07397a98 Enable customization of <Leader>w prefix for global mappings (allow users choose their own prefix). Ivan Tishchenko 2014-11-06 01:12:21 +03:00
  • 39b6239820 Vim gets stuck when converting a read-only file EinfachToll 2014-10-23 12:18:28 +02:00
  • fb5ea2886b Merge remote-tracking branch 'patrickdavey/check_for_binary' into dev EinfachToll 2014-10-16 11:42:38 +02:00
  • c1a5bb51ad Checks if custom_wiki2html is executable on PATH Patrick Davey 2014-10-14 15:39:46 +13:00
  • f02fbffaf1 Fixed more issues. Karl Yngve Lervåg 2014-09-17 23:26:16 +02:00
  • ec4066ad83 Solved some minor issues Karl Yngve Lervåg 2014-09-17 23:10:49 +02:00
  • 24d690f32d Use relative paths in omnicomplete EinfachToll 2014-09-16 10:18:40 +02:00
  • e8ad164fb0 Improved normalize links in diary (fixes #66) Karl Yngve Lervåg 2014-09-15 21:44:32 +02:00
  • 21b3f63a47 Merge remote-tracking branch 'chelmertz/dev-doctype-html5' into dev EinfachToll 2014-09-12 12:16:41 +02:00
  • fb8bbef69b Merge remote-tracking branch 'chelmertz/dev-echo-export-location' into dev EinfachToll 2014-09-12 12:09:40 +02:00
  • 4da4f19611 HTML5 doctype for HTML output Carl Helmertz 2014-09-12 11:31:06 +02:00
  • d7488e3291 html export: Let the user know where to find the output Carl Helmertz 2014-09-12 11:15:47 +02:00
  • 3e480e9e3f Add a syntax example for windows users to the doc EinfachToll 2014-09-11 15:45:59 +02:00
  • f109e0e488 Fix regression bug: opening URLs didn't work EinfachToll 2014-09-11 10:36:44 +02:00
  • b954923cbf Fix jumping to an anchor in the very first line EinfachToll 2014-08-18 09:38:45 +02:00
  • 2dd9a153bc Remove option 2 of 'auto_toc' EinfachToll 2014-08-18 09:35:52 +02:00
  • 502212b58d process links of the form [[#anchor]] correctly EinfachToll 2014-08-18 09:16:41 +02:00
  • 1b6b50a3b7 Don't break after bold text in HTML output EinfachToll 2014-08-14 13:49:45 +02:00
  • 41ddc28c9e Don't interpret autocomplete start string as regexp EinfachToll 2014-08-14 13:08:24 +02:00
  • fcd908791b Function names must start with s: or capital letter EinfachToll 2014-07-30 21:46:22 +02:00
  • 77bc1b709b Remove nonascii bullet symbol because of encoding probs EinfachToll 2014-07-30 21:26:07 +02:00
  • a099a2cf3c Disable 'shellslash' on Windows to avoid problems EinfachToll 2014-07-04 11:23:28 +02:00
  • aeaa994fb6 Merge remote-tracking branch 'dan/master' into dev EinfachToll 2014-07-01 09:29:00 +02:00
  • bd1fb39f6c Update README.md Dan Bernier 2014-06-25 14:01:03 -04:00
  • 8d0e49272b Add a note about how to integrate Tagbar EinfachToll 2014-06-24 14:19:22 +02:00