Conversation
Codecov Report
@@ Coverage Diff @@
## master #2711 +/- ##
==========================================
+ Coverage 75.74% 75.75% +<.01%
==========================================
Files 92 92
Lines 135077 135377 +300
==========================================
+ Hits 102320 102555 +235
- Misses 32757 32822 +65
Continue to review full report at Codecov.
|
|
updated to latest master |
|
Is this feature (assuming it is included) the best way to implement computed tabstops? I'm writing a lisp plugin which, based on previous lines of code, knows where code could be indented and I'm wondering whether I should +1 this and update vartabstops and such when the cursor changes line or just nmap and such. |
|
I am testing this PR right now and it is awesome. |
|
Updated for 8.1.0020 |
|
Is there anything I, as a vim user interested in this feature, can do to get this merged quicker/soon? As a sidenote, anyone using Homebrew can just add to the Formula to use this right away (which works as of current master (a15b0a9). Add: and: To the relevant areas in |
Problem: All tab stops are the same.
Solution: Add the variable tabstop feature. (Christian Brabandt,
closes vim/vim#2711)
vim/vim@04958cb
Problem: All tab stops are the same.
Solution: Add the variable tabstop feature. (Christian Brabandt,
closes vim/vim#2711)
vim/vim@04958cb
Problem: All tab stops are the same.
Solution: Add the variable tabstop feature. (Christian Brabandt,
closes vim/vim#2711)
vim/vim@04958cb
Problem: All tab stops are the same.
Solution: Add the variable tabstop feature. (Christian Brabandt,
closes vim/vim#2711)
vim/vim@04958cb
Problem: All tab stops are the same.
Solution: Add the variable tabstop feature. (Christian Brabandt,
closes vim/vim#2711)
vim/vim@04958cb
Problem: All tab stops are the same.
Solution: Add the variable tabstop feature. (Christian Brabandt,
closes vim/vim#2711)
vim/vim@04958cb
Problem: All tab stops are the same.
Solution: Add the variable tabstop feature. (Christian Brabandt,
closes vim/vim#2711)
vim/vim@04958cb
Problem: All tab stops are the same.
Solution: Add the variable tabstop feature. (Christian Brabandt,
closes vim/vim#2711)
vim/vim@04958cb
this is the variable tabstop feature from #857
Unfortunately, github closed that PR, when I force pushed an update, so here is the new PR.