From 2f072afa54c5b1993fccb6aade14eea1481e9d11 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Wed, 7 Jun 2023 10:27:31 +0200 Subject: [PATCH] Maj char nbsp --- HowtoVim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoVim.md b/HowtoVim.md index 50983f83..5a57d71e 100644 --- a/HowtoVim.md +++ b/HowtoVim.md @@ -122,7 +122,7 @@ Pour afficher les caractères invisibles : Pour customiser les caractères utilisés (respectivement : tabulations, espaces insécables, espaces en fin de ligne retours à la ligne), par exemple : ~~~ -:set listchars=tab:→\ ,nbsp:·,trail:␣,eol:↩ +:set listchars=tab:→\ ,nbsp:␣,trail:␣,eol:↩ ~~~ On notera le `\ ` pour `tab`, car vim attend deux caractères.