On 26/03/09 19:49, Christian Brabandt wrote: > > Hi >> However if I use tab-completion, I see "noinvlist". The command >> seems >> to be a toggle on/off: >> :set invlist " invisible text is shown >> :set invlist " invisible text is not shown > > See :h options and scroll down a little bit. You can basically use > inv<optionname> for all options (e.g. invnu toggles numbering). > > regards, > Christian
for all _Boolean_ options. If you're lazy (and prefer typing two fewer characters), ":set list!" (or ":set nu!") also toggles the option. If you try ":set invguifont" or "set invlines" you'll get "E474: Invalid argument", because 'guifont' is a String option and 'lines' is a Numeric option. Best regards, Tony. -- Experience is what you get when you were expecting something else. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
