Hi Bram, Yegappan and list,
I found a not good name in the source code.
It was included by patch 8.0.1752.
Basis that it is not good:
- Bram's answer
https://groups.google.com/d/msg/vim_dev/3Z5yM8KER2w/wAqws0QSEAAJ
- Patch 8.0.0360
https://groups.google.com/d/msg/vim_dev/QEl3OuEn1rs/7y2BVbt3CgAJ
Patch attached.
Yegappan (as a patch 8.0.1752 author)>
Thank you for your understanding and cooperation :)
--
Best regards,
Hirohito Higashi (h_east)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/src/quickfix.c b/src/quickfix.c
index dbd42ee..87768ef 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -5779,7 +5779,7 @@ qf_setprop_context(qf_info_T *qi, int qf_idx, dictitem_T *di)
/*
* Set quickfix/location list properties (title, items, context).
* Also used to add items from parsing a list of lines.
- * Used by the setqflist() and setloclist() VimL functions.
+ * Used by the setqflist() and setloclist() Vim script functions.
*/
static int
qf_set_properties(qf_info_T *qi, dict_T *what, int action, char_u *title)