slides.vim

Des slides dans votre vim - retour accueil

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

commit db8ff638ea86c5a5c5c4a67d98e992d146a60100
parent 428ddda654da65974bd721c6afa843e24c5ca7d9
Auterice: Marc Chantreux <mc@unistra.fr>
Date:   Fri, 13 Oct 2023 11:08:20 +0200

add bin to $PATH (plugin and slides relative)

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

diff --git a/ftplugin/slides.vim b/ftplugin/slides.vim @@ -3,6 +3,13 @@ " ‹ = 1< " › = 1> +let $PATH = join( +\ [ $PATH +\ , expand('<sfile>:p:h:h')."/bin" +\ , expand('%:p:h')."/bin" +\ ] +\ , ":" ) +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 command -nargs=0 Record redir @a