-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FML not working under GVim for Windows #11
Comments
Taking a look at the error it seems it is having problems to detect vimrc from the rest of the sources. Could you please attach the output of Thank you for reporting. |
echo $MYVIMRC == pathToMyHomeDir_vimrc (note on Windows vimrc filename starts with a _ and not a . as filenames beginning with a . is not supported / allowed) verbose map output is too long to post in full here - is there a way for me to attach a .txt file or if you like I can send to you via email? |
I think it can be related to the Thanks again. |
Running echo glob('~') returns C:\Users\pmc In the output of verbose map, all the lines with that form look like: Last set from ~_vimrc |
You didn't put the real output for |
|
Hi @pmcRTR I wasn't able to reproduce it. The comparison is working as expected in my linux box for the windows paths you provided. |
Sure, I can help with debugging - no problem :) Probably a n00b question but where can I find your email address? |
It should be in any of my commits. You already have the repo cloned. Use On Thu, Oct 1, 2015, 06:42 pmcRTR [email protected] wrote:
|
I use GVim on both Windows and Linux. FML works fine on Linux but not on Windows. Currently I'm using the pre-compiled 64-Bit Windows GVim available from kaoriya.net (version 7.843).
running fml on GVim for Windows gives the following errors:
Error detected while processing function FMLShow..FMLGetLeaderMappingsBySource:
line 22:
E121: Undefined variable: s:vimrc_glob
E116: Invalid arguments for function remove(with_desc, s:vimrc_glob)
E15: Invalid expression: remove(with_desc, s:vimrc_glob)
line 23:
E121: Undefined variable: s:vimrc_glob
E15: Invalid expression: [{ 'source': s:vimrc_glob, 'mappings': vimrc_val }]
line 24:
E121: Undefined variable: vimrc_first
line 25:
E121: Undefined variable: vimrc_first
E15: Invalid expression: vimrc_first
Error detected while processing function FMLShow:
line 1:
E712: Argument of map() must be a list or Dictionary
E714: List required
The text was updated successfully, but these errors were encountered: