Igbanam Ogbuluijah
Igbanam Ogbuluijah
Oh… I just noticed this was since November 2016. Has this feature request been granted yet?
I am currently on rails 5.1.4 and spring 2.0.2; doesn't seem to me that spring loads up. I think it's related to this issue because on other version of rails,...
Leaving a permalink reference here so its easy to find if there's a drift https://github.com/kdheepak/taskwarrior-tui/blob/54b06cd20e85baf5a6e4550048c0cd18f2c26ace/src/app.rs#L1686-L1690
I would say though, the context behaviours for both `task` and the `-tui` seem to agree when the context is a simple project filter ``` task context define some-context project:my-project...
Yup! Beats me too. The closest I've come to debugging this is… for some reason, `formatoptions=tcqj` is not being respected. `:h fo-table` says this is meant to - `t` autowrap...
Holy sheet! I found it 😭😭😭 https://github.com/ledger/vim-ledger/blob/7b97c8765bf920e92fd950a7a5bc37cb2b13a494/ftplugin/ledger.vim#L23 `ledger#align_formatexpr` is effectively `ledger#align_commodity` which may not be applicable to comments. Commenting out this line — the one that sets is as `formatexpr`...
I just tested this out in Neovim and it doesn't seem to be a problem. The lines don't wrap, but it doesn't hang either
Hold that thought… In Neovim, `g:ledger_max_width=0` (i.e. `textwidth=0`) — this may be the reason we don't see the problem in Neovim
NVM it's the same in Vim as well. I don't know why it breaks in Vim and not in Neovim But commenting out the `formatexpr` line works for me
You could also turn off cursor blinking