Des slides dans votre vim - retour accueil
git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |
commit e31aa8394d928dc7597047bfa13df7f4059c8ce0 parent b11196b46d69e327422fc53f5872fac5e2f1673a Auterice: Marc Chantreux <khatar@phear.org> Date: Mon, 21 May 2018 20:53:42 +0200 known bug in emphasize not that important. explained at the end of readme.slides Diffstat:
M | emphasize.slides | | | 2 | +- |
M | readme.slides | | | 10 | ++++++++++ |
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/emphasize.slides b/emphasize.slides @@ -32,7 +32,7 @@ › perl with Function::Parameters - fun hello ( $who = 'world' ) { + fun hello ( $who = 'world' ) { # my $who = @_ ? shift : "world"; say "hello $who"; } diff --git a/readme.slides b/readme.slides @@ -147,6 +147,16 @@ just read [tips.md](https://github.com/eiro/slides.vim/blob/master/tips.md) +› Known bugs + + you can't have more than 1 emphasize in a line + because (say X is nbsp): + + Xem1XtextXem2X + + you want to emphasize em1 and em2 but text also + is a region between 2 X so the whole line is + highlighted. › Thank you