On Wednesday, October 14, 2015 at 7:49:30 PM UTC+9, Tony Mechelynck wrote: > On Tue, Oct 13, 2015 at 5:06 PM, mattn <[email protected]> wrote: > > > > 1. add set nofixendofline into vimrc > > 2. :e ~/.vimrc > > 3. :verbose set fixendofline > > Step 3 above does not display the value, it sets it to true. In order > to display the value of a boolean option, you must use a question > mark, as follows: > > 3. :verbose set fixendofline? > or > :verbose set fixeol? > > The following seems to indicate that you did use the question mark, > and that your step 3 above includes a typo — albeit a dangerous one. > To avoid it when using the :set :setl :setg commands, I recommend to > _always_ use a question mark at the end when asking Vim to display the > value, even for non-boolean options (where it is redundant). > > > > It should display > > > > nofixendofline > > Last set from ~/.vimrc > > > > But > > > > fixendofline > > Last set from ~/.vimrc > > > > Below is a patch to fix this. > [...] > > Best regards, > Tony.
Sorry I miss to explain. In corrently, should be fixendofline? So it was bug. Best. - mattn -- -- 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.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
