EinfachToll
5a00028e6a
Don't exit if there are no registered wikis
...
Vimwiki can handle that.
Ref #440
2018-02-22 20:56:30 +01:00
EinfachToll
b016eab91a
Set 'tw' to 99 in all source files. We're not in the middle ages anymore.
2018-02-21 07:11:51 +01:00
EinfachToll
46a5be9b3b
Fix regression: some variables are global, not syntax-local
...
Ref #256
2018-02-20 17:42:13 +01:00
EinfachToll
f8ee21aa64
Merge branch 'refactor-internal-state-handling' into dev
...
Conflicts:
autoload/vimwiki/base.vim
autoload/vimwiki/diary.vim
autoload/vimwiki/html.vim
autoload/vimwiki/lst.vim
autoload/vimwiki/markdown_base.vim
doc/vimwiki.txt
ftplugin/vimwiki.vim
plugin/vimwiki.vim
syntax/vimwiki.vim
syntax/vimwiki_default.vim
syntax/vimwiki_markdown.vim
syntax/vimwiki_media.vim
2018-02-19 17:56:17 +01:00
EinfachToll
2757a7826a
Cherry-pick the changes from dev -- part8
2018-02-19 07:44:19 +01:00
EinfachToll
1e858b50cb
Cherry-pick the changes from dev -- part7
2018-02-19 07:07:22 +01:00
EinfachToll
4c940cd5bb
Cherry-pick the changes from dev -- part6
2018-02-17 21:30:01 +01:00
EinfachToll
f60993249a
Cherry-pick the changes from dev -- part5
2018-02-17 21:05:06 +01:00
EinfachToll
3756c6258b
Cherry-pick the changes from dev -- part4
2018-02-16 21:42:32 +01:00
EinfachToll
73bda6b9ab
Cherry-pick the changes from dev -- part3
2018-02-16 18:11:49 +01:00
EinfachToll
7d4254a75d
Cherry-pick the changes from dev -- part2
2018-02-16 17:47:32 +01:00
EinfachToll
19f398c73e
Cherry-pick the changes from dev -- part 1
2018-02-16 07:26:42 +01:00
EinfachToll
5419fad3f7
Formatting and small refactorings
2018-02-15 18:38:39 +01:00
EinfachToll
f48dce6f1d
Refactor then updating of the known wiki pages
...
for the 'maxhi' option.
2018-02-14 06:53:46 +01:00
EinfachToll
967b342b23
Formatting
2018-02-10 22:04:37 +01:00
EinfachToll
68ad4675a3
Remove b:undo_ftplugin to speed up buffer loading
...
If this variable is present, then for some reason the complete ftplugin
file is sourced everytime a Vimwiki buffer is entered, even if the
buffer has been entered before, i.e. the guard b:did_ftplugin has no
effect. (See /usr/share/vimXX/ftplugin.vim)
Deleting these lines. I don't think undoing the settings is a common use
case, anyway.
2018-02-10 21:41:07 +01:00
EinfachToll
4e16db926f
Fix more regression bugs
2017-11-11 21:52:07 +01:00
EinfachToll
976cbbcd23
Add notes for gln and glp to the doc
...
Ref #369
2017-07-15 20:27:32 +02:00
EinfachToll and GitHub
4a7d9a286f
Merge pull request #326 from salazar/dev
...
Fix issue in Markdown visual mode link creation
2017-07-09 18:20:54 +02:00
EinfachToll and GitHub
d5df4c7726
Merge pull request #346 from trnila/data-scheme
...
Support for data scheme
2017-07-09 14:46:48 +02:00
EinfachToll
f6437ebdf5
Fix regexps of placeholders
...
- the highlighting was wrong when the placeholder is indented
- %titleBla was wrongly recongnized as placeholder
- make them more robust by prepending \m
2017-07-08 22:08:41 +02:00
EinfachToll
2369fd73aa
Add documentation for the %date placeholder
...
Ref #360
2017-07-08 22:02:44 +02:00
EinfachToll
8cdc1c1538
Don't throw an error when typing <count>o
...
Ref #255
2017-04-15 21:22:21 +02:00
EinfachToll
39745ebcd3
Don't open all diary files when going to next day
...
This is unnecessary and can be very slow when the user has many diary
files.
Ref #328
2017-04-15 10:49:53 +02:00
EinfachToll
ca95b3fc73
Add some remarks about nested syntaxes to the doc
...
Ref #329
2017-04-15 10:09:24 +02:00
EinfachToll
f54f72981d
Add a clarifying note to the doc
...
Ref #332
2017-04-13 20:33:56 +02:00
EinfachToll
13f82dbaac
Add option for enabling local folding settings
...
Ref #321
2017-03-31 21:38:32 +02:00
EinfachToll and GitHub
013f699de8
Merge pull request #320 from sqlwwx/dev
...
doc for install by Vim packages
2017-03-31 21:11:58 +02:00
EinfachToll
065b7cbac0
Small fix to the doc
...
Don't use arbitrary tags, but always use the prefix 'vimwiki'.
Ref #316
2017-03-19 10:26:25 +01:00
EinfachToll
e4fe5ce09d
Add possibility to reuse a split when opening a link
...
Also, refactor and simplify the corresponding functions (and finally
remove the chat between long inactive developers in the comments!)
Fix #316
2017-03-19 10:17:21 +01:00
EinfachToll and GitHub
88405934f1
Merge pull request #270 from priomsrb/patch-1
...
Fix example mapping for decreasing list item level
2017-02-21 21:05:23 +01:00
EinfachToll and GitHub
e0fea20fa6
Merge pull request #266 from NullInfinity/dev
...
Fix typo in docs
2017-02-21 21:01:44 +01:00
EinfachToll
ed7230707d
Merge branch 'dev' of https://github.com/vimwiki/vimwiki into dev
2017-02-19 21:53:34 +01:00
EinfachToll
2eed86813d
Update folding documentation to match current behaviour
...
Ref #297
Ref #117
2017-02-19 21:50:35 +01:00
EinfachToll
d5ed58f763
Fix a few regression bugs
...
Ref #256
Fix #301
2017-02-16 21:54:10 +01:00
EinfachToll and GitHub
be79f68a92
Merge pull request #285 from MichaelThessel/dev
...
Added config option to allow for newlines in text when exporting to HTML
2017-01-30 20:43:26 +01:00
EinfachToll
31760a7ef7
Fix a few regression bugs
...
Ref #256
2017-01-16 22:10:28 +01:00
EinfachToll
fea76ace23
Use new access functions for buffer-local variables
...
Ref #256
2017-01-13 16:33:41 +01:00
EinfachToll
ce5c822072
Start refactoring the rest -- part 6
...
Ref #256
2017-01-12 21:45:09 +01:00
EinfachToll
b61ff8b5ee
Start refactoring the rest -- part 6
...
Ref #256
2017-01-11 22:12:33 +01:00
EinfachToll
1806d3edfa
Start refactoring the rest -- part 5
...
Ref #256
2017-01-07 21:51:15 +01:00
EinfachToll
4a96eb4d32
Remove two undocumented and probably buggy features
2017-01-04 22:10:10 +01:00
EinfachToll
203fb5b430
Start refactoring the rest -- part 4
...
Ref #256
2017-01-04 21:53:03 +01:00
EinfachToll
b82245b09e
Start refactoring the rest -- part 3
...
Ref #256
2016-12-31 20:47:19 +01:00
EinfachToll
7c98ce3934
Start refactoring the rest -- part 2
...
Ref #256
2016-12-28 22:17:08 +01:00
EinfachToll
c9104fc2c1
Start refactoring the rest -- part 1
...
Ref #256
2016-12-25 21:35:56 +01:00
EinfachToll
250fd3c47b
Use new access functions for wiki-local variables -- part 5
...
Ref #256
2016-12-23 20:05:53 +01:00
EinfachToll
2329d602a7
Use new access functions for wiki-local variables -- part 4
...
Ref #256
2016-12-22 21:00:19 +01:00
EinfachToll
f497a4abc7
Use new access functions for wiki-local variables -- part 3
...
Ref #256
2016-12-22 19:55:20 +01:00
EinfachToll
61910cd93a
Use new access functions for wiki-local variables -- part 2
...
Ref #256
2016-12-22 19:12:03 +01:00
EinfachToll
6221861957
Use new access functions for wiki-local variables -- part 1
...
Ref #256
2016-12-22 18:16:05 +01:00
EinfachToll
23ee20887a
Use new access functions for global variables -- part 3
...
Ref #256
2016-12-21 22:11:44 +01:00
EinfachToll
49bdf7fa47
Use new access functions for global variables -- part 2
...
Ref #256
2016-12-21 21:28:48 +01:00
EinfachToll
e6d997867a
Use new access functions for global variables -- part 1
...
Ref #256
2016-12-21 19:43:34 +01:00
EinfachToll
6b34e954e8
Add new functions for variable access
...
Ref #256
2016-12-21 17:09:25 +01:00
EinfachToll and GitHub
3a87437005
Merge pull request #276 from bcicen/add-vundle-install-steps
...
Add vundle install steps to readme
2016-12-18 21:43:33 +01:00
EinfachToll and GitHub
bb75ec6deb
Merge pull request #264 from christianrondeau/check-before-imap-cr
...
Prevent imap of `<CR>` if already mapped
2016-12-06 08:42:28 +01:00
EinfachToll
0966031234
Highlight math not using TeX but TeX math
...
Fix #236
2016-11-24 16:46:56 +01:00
EinfachToll and GitHub
2c9df65644
Merge pull request #251 from jconroy77/markdown_nested_syntax
...
Automatic detection of nested syntaxes in markdown
2016-11-23 21:49:37 +01:00
EinfachToll
3f66117894
When sorting tags, always match case because Vim expects it
2016-05-23 22:02:03 +02:00
EinfachToll
4831384ab9
Merge branch 'dev'
2016-05-18 22:07:49 +02:00
EinfachToll
3a5a5ef0ad
Prefer the value of nested_syntaxes over detected syntax
2016-05-17 20:29:59 +02:00
EinfachToll
f567009329
Merge pull request #201 from irfansharif/patch-1
...
fix a tag in the doc
2016-04-25 08:52:40 +02:00
EinfachToll
129c281810
Update changelog
2016-03-31 12:10:27 +02:00
EinfachToll
722d6e4b9a
'+' on a raw url surrounds it with brackets
...
Fix #188
2016-03-21 09:02:22 +01:00
EinfachToll
0001b3cda9
Copy CSS file also with :Vimwiki2HTML
2016-03-19 22:01:25 +01:00
EinfachToll
68cdfe36df
Unify all messages to the user
2016-03-19 21:29:42 +01:00
EinfachToll
4956976bb6
Some fixes in the doc
2016-03-19 19:55:08 +01:00
EinfachToll
4c2e13a284
Skip preformatted and math text while scanning for headers
...
Fix #191
2016-03-18 15:18:23 +01:00
EinfachToll
4bd0690a52
Simplify some regexes
2016-03-18 15:16:59 +01:00
EinfachToll
128581babc
Merge remote-tracking branch 'optik-aper/master' into dev
2016-03-01 10:46:29 +01:00
EinfachToll
6f579711ab
Merge pull request #186 from lotabout/master
...
fix #64 : markdown style link support
2016-02-22 11:42:42 +01:00
EinfachToll
0ea8d85b7f
Sort links in the list generated by VimwikiGenerateTags
...
Fix #192
2016-02-19 11:32:58 +01:00
EinfachToll
5f9dbca89c
Small cleanup of the merged PR
...
Ref #187
2016-01-28 10:52:40 +01:00
EinfachToll
2aeaea5f0d
Merge pull request #187 from mMontu/nested
...
Dynamically detect nested syntaxes (fix #128 )
2016-01-28 10:29:53 +01:00
EinfachToll
91a004bc23
Remove superfluous debug message
2016-01-25 13:47:41 +01:00
EinfachToll
78cef05fa3
Fix HTML conversion of headers containing links
...
Fix #183
2016-01-22 13:32:01 +01:00
EinfachToll
1db5924271
Update the changelog
2016-01-21 13:27:43 +01:00
EinfachToll
ff90e980de
Locate the .tags file correctly on windows
...
Ref #184
2016-01-21 13:27:08 +01:00
EinfachToll
bb3026dba8
Include subdir in wiki page name when rebuilding tags
...
Ref #184
2016-01-21 13:25:04 +01:00
EinfachToll
949b29b694
Fix tags file path when 'path' contains spaces
...
Fix #176
2015-12-14 10:36:16 +01:00
EinfachToll
f31550badb
Merge pull request #165 from Tomsod/dev
...
Add command for opening yesterday's diary
2015-12-11 11:49:45 +01:00
EinfachToll
3bd3d9b860
Update changelog
2015-12-10 16:19:26 +01:00
EinfachToll
e0d72759a6
Remember kids: always use :normal! with the bang in plugins
...
Fix #175
2015-12-10 16:07:36 +01:00
EinfachToll
9be96884ba
Remove g:VimwikiLog and the timing stuff
...
For profiling, there is Vim's :profile command
2015-12-07 12:29:25 +01:00
EinfachToll
2a70e1517e
Remove g:vimwiki_debug, which probably nobody used
2015-12-07 12:27:32 +01:00
EinfachToll
c565b38bb6
Remove some unreachable code
2015-12-07 12:25:17 +01:00
EinfachToll
3eb20a6c98
Fix regression bug: Normalize paths if settings changed after startup
...
Fix #171
2015-11-30 13:33:22 +01:00
EinfachToll
7124a9be97
Add a note to the change log
...
Hopefully not too late.
Ref #173
2015-11-30 13:13:06 +01:00
EinfachToll
8231433bad
Merge pull request #168 from hiberabyss/macurl
...
follow url silently in mac
2015-11-26 09:32:51 +01:00
EinfachToll
2f95a6a651
Clean up the help file (part 4)
2015-11-25 10:43:26 +01:00
EinfachToll
c799d61b19
Clean up the help file (part 3)
...
Notably, put my name in the list of contributors. Well, and some other
names, too.
2015-11-23 13:10:46 +01:00
EinfachToll
da899311c7
Clean up the help file (part 2)
...
Notably, complete the changelog.
2015-11-22 20:42:21 +01:00
EinfachToll
b794a3bd3b
Restrict the distance of tag to header to two lines
...
Suffices, I think.
Also, clean the code a bit and correct the help file.
Ref #85
2015-11-21 21:20:33 +01:00
EinfachToll
debd308eea
Clean up the help file (part 1)
...
Notably, integrate the parts about schemes, transclusion and thumbnails
into the part about links. I hope that makes things more clear.
2015-11-20 13:51:19 +01:00
EinfachToll
ad4a12612c
When doing VimwikiCheckLinks, check if index files exist
...
Also, clean the code a bit
2015-11-20 11:50:31 +01:00
EinfachToll
82c435c1e4
Some cosmetic changes to the readme
2015-11-17 15:58:01 +01:00
EinfachToll
2c0e6ebfd9
Add two screenshots
2015-11-17 15:52:02 +01:00
EinfachToll
3901b7566b
Fix uneven indentation of list items with checkboxes in HTML
2015-11-13 14:40:55 +01:00
EinfachToll
0931685ba2
Merge branch 'tags' into dev
...
Ref #85
2015-11-12 11:56:03 +01:00