You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
All these problems point to a bad install but when I remove the plugin and reinstall (with Vundle) I get the same errors.
The text was updated successfully, but these errors were encountered: