Martyn Cross
Martyn Cross
Was this ever resolved? I am seeing this is on nvim 0.10 nightly with latest undo tree.
Any idea what mere the issue might be? Interesting in having a stab at this at some point. Currently having to restart without Undotree loaded when I want to run...
Nothing that could be related to undotree on `BufEnter` for my setup: ``` --- Autocommands --- FileExplorer BufEnter *sil call s:LocalBrowse(expand("")) lualine BufEnter *lua require'lualine.components.branch.git_branch'.find_git_dir() lua require'lualine.components.diff.git_diff'.update_diff_args() lualine_stl_refresh BufEnter *call...
Actually I just realized I don't have this same issue as OP. OP was talking about undo tree being open in a single buffer. My issue is actually when repeating...
> undotree gets opened? is there any hotkey that opens the panel getting accidently recorded? Yes it was being opened. Was able to reproduce reliably. Was just doing a find...
Not sure what happened, but now I am really unable to reproduce it..
There is also a similar issue with `binary_operation`. ``` ===== attribute as conditional expression ===== foo = local.bar == local.baz ----- (config_file (body (attribute (identifier) (expression (operation (binary_operation (variable_expr (identifier))...
@zepeng811 I already pulled go-github@master to get this working early for our own use, opened a [PR here](https://github.com/integrations/terraform-provider-github/pull/2380) that I'll rebase once the SDK gets released. LMK if any other...
> thanks @MXfive for getting this started, I added some early comments to your PR based from what I currently have locally. Happy to discuss this further. Addressed your comments...
> @MXfive can you please sanity check? - it seems to work on your provided testcases and seems reasonable generally, but just in case i missed something! Awesome work! I'll...