Hi in .pl files vim includes colon (:) in the identifier character set. This is sort of reasonable, as perl identifiers include those of the form /\w+::\w+/ . Unfortunately this prevents search finding the next relevant entry in (where the search is started with a * on intl1.): $intl1 = $intobl + 1 ; # new 12 Jan 2021 regards - Chris -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/766a29b4.f9e.176f73324e5.Webtop.231%40btinternet.com. |
On Tue, Jan 12, 2021 at 03:24:52PM +0000, '[hidden email]' via vim_use wrote:
>in .pl files vim includes colon (:) in the identifier character set. >This is sort of reasonable, as perl identifiers include those of the >form /\w+::\w+/ . > >Unfortunately this prevents search finding the next relevant entry in >(where the search is started with a * on intl1.): > > $intl1 = $intobl + 1 ; # new 12 Jan 2021 > s/(\d+)/$1==4?$intl1:$row/eg ; # revised 12 Jan 2021 >Can this be changed to only accept double colons as part of an >identifier in a * search? -- -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20210113214044.GA24530%40rainslide.net. |
In reply to this post by Chris Willis
------ Original Message ------
-- From: "'Paul' via vim_use" <[hidden email]> -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/472724fb.a9e.176fddfa448.Webtop.226%40btinternet.com. |
Free forum by Nabble | Edit this page |