Tuesday, December 3, 2013

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

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


On Tue, Dec 3, 2013 at 11:18 AM, Tim Chase <vim@tim.thechases.com> wrote:
On 2013-12-03 11:13, Nate Soares wrote:
> Those are precisely what I was looking for. I didn't know about
> &history -- it's not referenced in the :message-history docs, which
> is where I was looking. Thanks!

The "&" notation is a way of accessing settings which you can read
about at

  :help :let-option

Glad it helps.

-tim



--
--
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:

Post a Comment