Skip to content
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

Problems in windows #80

Open
jpmorris opened this issue Aug 20, 2015 · 1 comment
Open

Problems in windows #80

jpmorris opened this issue Aug 20, 2015 · 1 comment

Comments

@jpmorris
Copy link

I am having different problems in windows:

Win 7 - 64bit
Vim 7.4.777
Using Gvim

When I install with vundle and restart vim my bookmark symbol is '¿' and vertical bookmark 'bar' region that is supposed to contain this maker is a solid light grey color. I realize I can change the color, but since it doesn't adopt any of my theme colors it mkes it seem something might be wrong.

More importantly: when I add bookmarks with 'mm' and then display them with 'ma' I can see the bookmarks, but when I toggle the display off (with 'ma') they all go away. Moreover, none of the bookmarks are being saved if i place a bookmark, save the file, and reopen.

Also it looks like when I'm opening a saved session I get many bookmark errors:

Error detected while processing function <SNR>56_set_up_auto_save..    <SNR>56_startup_load_bookmarks..BookmarkLoad:
line    2:
E117: Unknown function: bm#total_count
E15: Invalid expression: bm#total_count() ># 0
line    4:
E121: Undefined variable: has_bookmarks
E15: Invalid expression: (supports_confirm && has_bookmarks && !a:silent)
Error detected while processing function <SNR>56_set_up_auto_save..    <SNR>56_startup_load_bookmarks..BookmarkLoad..<SNR>56_remove_all_bookmarks:
line    1:
E117: Unknown function: bm#all_files
E15: Invalid expression: bm#all_files()
line    2:
E121: Undefined variable: files
E15: Invalid expression: files
Error detected while processing function <SNR>56_set_up_auto_save..    <SNR>56_startup_load_bookmarks..<SNR>56_add_missing_signs:
line    1:
E117: Unknown function: bm#all_bookmarks_by_line
E116: Invalid arguments for function values(bm#all_bookmarks_by_line(a:file))
E15: Invalid expression: values(bm#all_bookmarks_by_line(a:file))
line    2:
E121: Undefined variable: bookmarks
E15: Invalid expression: bookmarks
Error detected while processing function <SNR>56_add_missing_signs:
line    1:
E117: Unknown function: bm#all_bookmarks_by_line
E116: Invalid arguments for function values(bm#all_bookmarks_by_line(a:file))
E15: Invalid expression: values(bm#all_bookmarks_by_line(a:file))

All these problems point to a bad install but when I remove the plugin and reinstall (with Vundle) I get the same errors.

@MattesGroeger
Copy link
Owner

Sorry for the really late reply. To be honest I don't know what's going on. I never tested the plugin on Windows – shame on me. Could it be a permissioning or path problem? Because the plugin writes the bookmarks by default into a dot-file.

It would be really great if a windows user could help out here and point us in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants