chtenb

Results 263 comments of chtenb

Thanks for creating this issue. I'm not entirely sure about the exact behaviour you're referring to. Is it the loss of position when undoing a format action, or is it...

Having looked at the implementation in go-fmt for a few minutes, I don't exactly understand all the undofile/undojoin sorcery. Why would you discard the format action from the undohistory (if...

Thanks for sharing. This could probably be incorporated in the definition of Autoformat. I don't have much time on my hands currently, but I'll look into it when I have...

The logic used can be found here: https://github.com/Chiel92/vim-autoformat/blob/db17ccbacb55beea82fdaa9a1cde82f6a928d16d/plugin/defaults.vim#L80-L89 Perhaps there are mounted volumes or symlinks involved? There are outstanding issues for that https://github.com/Chiel92/vim-autoformat/issues/169 https://github.com/Chiel92/vim-autoformat/issues/127

Looks good! If you want, to could provide a pull request that adds a default definition that you think is appropriate. Btw, if you want your definition to work for...

What seems to work for me, as a workaround, is to paste all definitions in a single custom file, and based on the order conflicts are resolved the way I...

On linux it's ~/.XCompose, on windows using WinCompose it's %UserProfile%\\.XCompose My current file can be found here btw: https://github.com/chtenb/dotfiles/blob/master/.XCompose I use it for writing math mainly, so the order and...

@csharper2010 Have you published your version on nuget by any chance?