slides.vim

Des slides dans votre vim - retour accueil

git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |

commit 428ddda654da65974bd721c6afa843e24c5ca7d9
parent 77130fe4c8b45a7106307109eaf839baa1b7a7d5
Auterice: Marc Chantreux <mc@unistra.fr>
Date:   Fri, 13 Oct 2023 10:15:58 +0200

emphasize.slides now uses conceallevel

Diffstat:
Memphasize.slides | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/emphasize.slides b/emphasize.slides @@ -1,4 +1,4 @@ -› first + › first to emphasize something, just use non breaking spaces (<alt-space>) around it. @@ -21,7 +21,7 @@ 000 0 0 0 0 0 000 0 0 0 0 0 - 000 0 1 0 0 0 + 000 0  1  0 0 0 000 0 0 0 0 0 000 0 0 0 0 0 000 0 0 0 0 0 @@ -30,7 +30,7 @@ sub hello {  my $who = @_ ? shift : "world";  - say "hello $who"; + say "hello $who"; } fun hello ( $who = 'world' ) {