edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

#ifdef MM_ENABLE_PLUGINS => not Compile! #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Uncomment #define MM_ENABLE_PLUGINS in MacVim.h
2. Compile for 10.6.2 x86_64 Debug

What is the expected output? What do you see instead?
Do not compile,
with #define MM_ENABLE_PLUGINS commented, compilation is ok, and there is no 
even single 
warning

Original issue reported on code.google.com by matiharas on 25 Feb 2010 at 3:01

Attachments:

GoogleCodeExporter commented 9 years ago
Since Mac OS X 10.6 I am no longer supporting this feature (I will most likely 
move it to a feature branch in the 
near future and remove it from mainline).  I will accept patches to fix the 
compilation problems but I am not 
fixing them myself.

Original comment by bjorn.winckler@gmail.com on 1 Mar 2010 at 7:18

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 1 Mar 2010 at 7:26

GoogleCodeExporter commented 9 years ago
There are some patches at http://github.com/wezm/MacVim/commits/plugins that 
fix these build issues on my machine. With the patches merged into master, I 
was able to load and run the FileBrowser demo plugin.

Original comment by themaste...@gmail.com on 10 Aug 2010 at 4:25

GoogleCodeExporter commented 9 years ago
I have deprecated the plugin code completely and don't expect to include it in 
mainline again any time unless there are some serious improvements to it.

A major problem is how to query state from Vim.  Using synchronous DO is going 
to cause serious headaches down the road and for this reason in its current 
state I now believe the plugin architecture to be dangerous.

Original comment by bjorn.winckler@gmail.com on 11 Aug 2010 at 9:50