Tuesday, December 3, 2013

Re: Determine vim feature size (tiny, small, normal, etc.) in vimscript

I don't think that's the case. I can compile --with-features=tiny and then --enable a whole bunch of other features manually, and the message history queue will still be 20 messages. I want a way to determine, in vimscript, what the message history queue size is.


On Tue, Dec 3, 2013 at 11:37 AM, Christian Brabandt <cblists@256bit.org> wrote:

On Di, 03 Dez 2013, Nate Soares wrote:

> I know about '&'. The problem is that &history is about command history,
> not message history: is there a &history analog for messages?

It doesn't actually matter, as the tiny version won't be able to run any
viml commands, so I guess it is safe to assume a size of 100 then.

Best,
Christian
--
Meine Albernheiten nehme ich selbst nicht wichtiger, als sie es
verdienen. Das ist ihr Glück.
                -- Michel Eyquem de Montaigne (Die Essais)

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to a topic in the Google Groups "vim_use" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vim_use/FfIdmnAPWBs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
 
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: