Re: Unused JUMPLIST_ROTATE in mark.c

2015-04-09 Fir de Conversatie glts
On Wednesday, April 8, 2015 at 10:36:23 PM UTC+2, Bram Moolenaar wrote: > David wrote: > > > mark.c uses an "#ifdef JUMPLIST_ROTATE" directive, but JUMPLIST_ROTATE > > is never defined. Any reason for this? > > I believe this was an alternative at some point. It's possible to add > the define in

Re: Unused JUMPLIST_ROTATE in mark.c

2015-04-08 Fir de Conversatie Bram Moolenaar
David wrote: > mark.c uses an "#ifdef JUMPLIST_ROTATE" directive, but JUMPLIST_ROTATE > is never defined. Any reason for this? I believe this was an alternative at some point. It's possible to add the define in a custom makefile. But it's unlikely there are more than a few people who do this.

Unused JUMPLIST_ROTATE in mark.c

2015-04-08 Fir de Conversatie glts
mark.c uses an "#ifdef JUMPLIST_ROTATE" directive, but JUMPLIST_ROTATE is never defined. Any reason for this? -- David -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.o