commit 463738938d2f3ec4cff6f016937c3c02daae1184
parent 315858bf67599d39c38628cd2ab8bff1074d7fe4
Author: James McCoy <jamessan@jamessan.com>
Date: Sun, 20 Mar 2022 10:35:27 -0400
Merge pull request #17785 from muniter/jl-fix-doxygen-destroyer
docs: properly escape to avoid doxygen weirdness
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nvim/api/win_config.c b/src/nvim/api/win_config.c
@@ -126,7 +126,7 @@
/// [ "╔", "═" ,"╗", "║", "╝", "═", "╚", "║" ].
/// If the number of chars are less than eight, they will be repeated. Thus
/// an ASCII border could be specified as
-/// [ "/", "-", "\\", "|" ],
+/// [ "/", "-", \"\\\\\", "|" ],
/// or all chars the same as
/// [ "x" ].
/// An empty string can be used to turn off a specific border, for instance,