gcmt / wildfire.vim

Smart selection of the closest text object
MIT License
611 stars 19 forks source link

when configured both ix and ax, it need extra time to expand region #29

Closed ZSaberLv0 closed 1 month ago

ZSaberLv0 commented 2 years ago
  1. config:

    let g:wildfire_objects = [
            \   "i'", 'i"', 'i)', 'i]', 'i}', 'it',
            \   "a'", 'a"', 'a)', 'a]', 'a}', 'at',
            \ ]
  2. with this text: (| is cursor pos)

    abc('xy|z')
  3. result: you need 4 times to fuel to select ('xyz'), which should be 3 times for convenient