jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

if there is a link embedded, the link itself is still takingup space in the editor but just not showing #292

Open fsw0422 opened 6 years ago

fsw0422 commented 6 years ago

[link][]text text

shows up in my editor like this.

it gets super hard to read the hierarchcies if it changes line

akstrfn commented 6 years ago

Unfortunately I believe this is the way conceal works in vim because it just works on visual part of the buffer but not on the actual buffer content. If you have any ideas how to fix maybe you can submit a PR?