slides.vim

Des slides dans votre vim - retour accueil

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

commit c3ba6f1a0bb3793c863f84fa7934124d4d256efa
parent db8ff638ea86c5a5c5c4a67d98e992d146a60100
Auterice: Marc Chantreux <mc@unistra.fr>
Date:   Fri, 13 Oct 2023 11:10:10 +0200

Commands now handle conceallevel

Diffstat:
Mftplugin/slides.vim | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ftplugin/slides.vim b/ftplugin/slides.vim @@ -10,8 +10,11 @@ let $PATH = join( \ ] \ , ":" ) command -nargs=1 -range=% FixTitles <line1>,<line2>! slides.vim.fixtitles <args> -command -nargs=0 Mod set conceallevel=0 nofen list spell -command -nargs=0 Prez set conceallevel=3 fen nolist nospell + +set conceallevel=3 concealcursor=n +command -nargs=0 Mod set conceallevel=0 nofen spell +command -nargs=0 Prez set conceallevel=3 fen nospell + command -nargs=0 Record redir @a \| exe "normal \<c-l>" \| redraw