Hello everybody,

I write a blog in multiple language.

Mostly a sample code look like:

----- main representation -----
fr: Quelquechose en Français
en: Something in English
Something in both French and English
------------------------------------------------

and I transform it into two differents files :

----- French representation -----
Quelquechose en Français
Something in both French and English
-------------------------------------------
and
----- English representation -----
Something in English
Something in both French and English
---------------------------------------------

Could you tell me if it is possible to make a Vim plugin that will
achive the following:

When I "choose" a language, I am presented with the representation of
this language.
And while editing this representation, it updates the main
representation.

Mainly the plugin should _hide_ some content of the file while the
file remain editable.

For example I thought about using foldings to hide lines beginings by
'fr:' for example.
But it would be great if I also could _hide_ the 'en: ' in the
begining
of the line.

thanks for your help.
Y.

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to