From 43eb9a126033d4bbf2f13578ae5f4ea2f07f064d Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Mon, 23 Oct 2023 13:15:57 +0200 Subject: [PATCH] neovim: Improve filename [why] To avoid filename clashes between Seti and Custom we have all Custom files with a _nf suffix. This has not been documented. Signed-off-by: Fini Jastrow --- src/svgs/README.md | 2 ++ src/svgs/{neovim.svg => neovim_nf.svg} | 0 2 files changed, 2 insertions(+) rename src/svgs/{neovim.svg => neovim_nf.svg} (100%) diff --git a/src/svgs/README.md b/src/svgs/README.md index 6ea6e817b..6b555dca0 100644 --- a/src/svgs/README.md +++ b/src/svgs/README.md @@ -2,6 +2,8 @@ These are the source glyphs for the 'Seti and Original' icon set. +Files for the 'Original' set have a `_nf` suffix to avoid any mixup with the Seti filenames. + `generate-original-source.py` generates a font file from all these individual glyphs. That font is then used for the actual patching process. The codepoints and names of the icons here have to be put into `icons.tsv`. diff --git a/src/svgs/neovim.svg b/src/svgs/neovim_nf.svg similarity index 100% rename from src/svgs/neovim.svg rename to src/svgs/neovim_nf.svg