Thursday, December 3, 2020

Vim9 dict key notation old fashion depreciated

Hi,


Since Vim.8.2.2082, it appears that this notation of dict' keys used for example in FZF plugin is depreciated. 

g:fzf_colors = { fg:  ['fg', 'Normal'], 
               \ bg:  ["bg", "Normal"],
               \ hl:  ["fg", "IncSearch"],
               \ fg+: ["fg", "CursorLine", "CursorColumn", "Normal"],

Could you confirm or just tell how to solve this ?

Thank you.
NiVa  

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/2a4b9021-7f06-49ad-84ec-f3d7f84d448en%40googlegroups.com.

No comments:

Post a Comment