diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-23 14:14:34 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-23 14:14:34 -0500 |
commit | 8b2977ea7a78556ace2e14a5d30b48e455e37ad0 (patch) | |
tree | 3285bf8888e91b148c8b43fe988359feb5f8b7a1 /doc | |
parent | 5456f720cd6fca6c5d8ec2d7da3dd745799ea26c (diff) | |
download | ikiwiki-8b2977ea7a78556ace2e14a5d30b48e455e37ad0.tar ikiwiki-8b2977ea7a78556ace2e14a5d30b48e455e37ad0.tar.gz |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn index 9545fda53..14f592fd7 100644 --- a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn +++ b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn @@ -10,6 +10,9 @@ This function takes into account the ikiwiki linking rules when deciding which f > I think the page for [[LinkingRules|ikiwiki/subpage/linkingrules]] should say that ikiwiki **ascends** > the dir. hierarchy when looking for a wikilink, not that it **descends** it. Am I correct? --[[jerojasro]] +>> Conventionally, the root directory is considered to be lower than other +>> directories, so I think the current wording is correct. --[[Joey]] + let me know what you think To enable this functionality, paste the code below in your `.vim/ftplugin/ikiwiki.vim` file |