I noticed today that todo.txt contains the following:
> "ci[" does not look for next [ like ci" does look for next ".
> (J.F. 2017 Jan 7)
>
I'd like to express my support for the CURRENT behavior. I like being able to
work with constructs like this, if needed:
abc[
func(def[123],
ghi[123],
jkl[123]) ]
Or like this in Vim script:
let mylist = [
\ [1, 2, 3],
\ [4, 5, 6],
\ [7, 8, 9],
\ ]
If the behavior of the i[ text object is changed, I won't be able to use it in
nested [...] blocks such as these!
--
--
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.