nkgm
nkgm
Would you say (1) is a vim bug, considering the mixed handling of quoted brackets (it skips the `']'` but not the `'['`)? > This seems to be the same...
Just like @balta2ar, it makes more sense for me to use: ```VimL let g:targets_aiAI = 'aIAi' ``` The problem then is that built-in vim text-objects are also affected. For example...
What's wrong with letting people realize it's bundle**r** and not taking away their chance to learn it properly? The existence of this gem is more confusing than anything else.
I appreciate that. However, [in this screenshot](http://i.imgur.com/StFXmA7.png) there is `a)`, `A)` etc. Is that GUI only?
> Have you tried different terminals/shells? Yep, doesn't happen with `iTerm`. Alacritty is using the visual bell (verified by `printf "\a"`) so, unless I'm missing something, it would be impossible...
Wouldn't a simple keyboard shortcut do for now? The existing behavior allows the user to uncheck live reload, so keep that as it is and add Ctrl+Enter/Cmd+Enter to trigger manually...
```scala val liStyle = style( &.hover( unsafeChild(".item")( display.block ) ) ) ``` would give: ```css .XYZ_Style-liStyle:hover .item { display: block; } ``` BTW is it possible to customise the `.XYZ_Style`...
Please fix this. I'm getting: ``` t/bm_move_spec.vim (Wstat: 0 Tests: 2 Failed: 0) Parse errors: Tests out of sequence. Found (2) but expected (1) Tests out of sequence. Found (3)...
In this case it was because of `redraw` being invoked in one of the tested functions. Can be easily reproduced by calling `redraw` in the spec directly.
It's not generating your expected debug info: ```console sbt:scalajs-react-aria> debug sbt:scalajs-react-aria> stImport [debug] Resolved the following dependencies: List((@react-aria/focus,3.5.0), (typescript,4.3), (@react-aria/interactions,3.7.0), (@types/react,17.0.32), (@react-aria/overlays,3.7.3)) [debug] Resolved the following dependencies: List((source-map-loader,0.2.3), (webpack,4.32.2), (concat-with-sourcemaps,1.0.7),...