Thursday, May 7, 2020

Re: vimgolf E20

On Do, 07 Mai 2020, Neil Earnshaw wrote:

> My basic.vim config file has the following:
>
>     "Make search act like search in modern browsers
>     set incsearch

See the help what this does: :h 'incsearch'

> Might this be why '*' is applying the s// expression to all lines?

Are you sure, that your :*s is the same as :%s?

>     "For regular expressions turn magic on
>     set magic

That is the default and should not be set to a different value. See
:h 'magic'

Best,
Christian
--
Chuck Norris hat bis Unendlich gezählt – zwei Mal.

--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20200507180620.GG23589%40256bit.org.

No comments: