aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/po
diff options
context:
space:
mode:
authorglacambre <code@lacamb.re>2019-08-12 16:44:53 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-09-13 15:15:59 -0700
commit77594d55f7092cf4f2baacc067eb41ad96e65398 (patch)
treef32bd8907c21d771f296eeec27b4d7de3d5fd1a9 /src/nvim/po
parent3afb397407af3c94fc82d694186e8d451e625237 (diff)
downloadrneovim-77594d55f7092cf4f2baacc067eb41ad96e65398.tar.gz
rneovim-77594d55f7092cf4f2baacc067eb41ad96e65398.tar.bz2
rneovim-77594d55f7092cf4f2baacc067eb41ad96e65398.zip
startup: fail if --embed with -es/-Es #10753
Closes https://github.com/neovim/neovim/issues/10031
Diffstat (limited to 'src/nvim/po')
-rw-r--r--src/nvim/po/fr.po3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/po/fr.po b/src/nvim/po/fr.po
index 5c4c154654..ea6fe302fe 100644
--- a/src/nvim/po/fr.po
+++ b/src/nvim/po/fr.po
@@ -7403,3 +7403,6 @@ msgstr ""
"Source C (*.c, *.h)\t*.c;*.h\n"
"Source C++ (*.cpp, *.hpp)\t*.cpp;*.hpp\n"
"Fichiers Vim (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n"
+
+msgid "--embed conflicts with -es/-Es"
+msgstr "les paramètres -es/-ES sont incompatibles avec --embed"