On Nov 18, 3:17 pm, Xiao <[email protected]> wrote:
> Hello everyone,
>
> I am collecting the data of Vim configurable option usage for my
> research study.
>
> Anyone knows how could I get this kind of user profiling? For example,
> how much percent of users prefer "set nocompatible" to "set
> compatible" in their .vimrc files?
>
Well, for starters, post to a list seen by a lot of Vim users (such as
this one) asking for such data (as you have implied but not
explicitly).
You can probably get a decent idea about the options used just by
asking for the output of the :set command with no options. This shows
all options that differ from their defaults. You will also need the
value of 'compatible' explicitly, that's not included in :set output
since its value determines the default values of many options.
You probably want to receive these in personal emails, I don't see
much use in having a thread filled with such stuff.
I'll be sending you this information myself, shortly.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---