-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
vim-patch:9.1.1544: :retab cannot be limited to indentation only #34939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
What? Are you perhaps referring to Now, could you explain the following point? :command -bang -addr=0 -complete=file -range ...
:delcommand -buffer ...
:mkspell -ascii ... In all cases, the code was written by Bram. $ git blame -L 1269,1270 usercmd.c
ac9fb18020 (Bram Moolenaar 2019-04-27 13:04:13 +0200 1269) // Check for attributes
ac9fb18020 (Bram Moolenaar 2019-04-27 13:04:13 +0200 1270) while (*p == '-')
$ git blame -L 1403,1403 usercmd.c
bdcba24d85 (Bram Moolenaar 2021-09-12 20:58:02 +0200 1403) if (STRNCMP(arg, "-buffer", 7) == 0 && VIM_ISWHITE(arg[7]))
$ git blame -L 5460,5460 spellfile.c
9ccfebddc3 (Bram Moolenaar 2016-07-19 16:39:08 +0200 5460) if (STRNCMP(arg, "-ascii", 6) == 0)
I understand you're busy, but it would be helpful if you could provide a link. |
I thought about this while merging, but both |
I meant
Regarding
For |
I believe that's because it was not possible to delete buffer-local commands before. |
What are you worried about? I think it's already clear enough:
|
Anyway, not a blocker since there does not seem to be interest in this. |
The above is a statement of intent as a guideline for the future. |
|
2d69e4b
to
731d970
Compare
Problem: :retab cannot be limited to indentation only Solution: add the optional -indentonly parameter (Hirohito Higashi) closes: vim/vim#17730 vim/vim@836e54f Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Do you have poor eyesight? It literally says |
What's the problem? |
So why did you bother writing something that everyone already knows?
Come on, understand the flow of the story.
That's the end of the story and everyone is happy with it, right? I never thought I'd have to explain this to you... |
I was just trying to find a way to explain the current behavior of |
@h-east Rudeness and insults are not acceptable here. Cut it out. |
@gpanders |
As maintainers, this is very much our business -- civility of discourse matters a lot here. Neovim is an open project that values all its contributors, and it is very important to us to maintain a professional tone in all our public interactions. Even though you two know each other, your exchange here is seen by and influences many other visitors, who may be put off by your tone. How you talk to each other in a private chat or another mailing list is between you two, but here general rules apply (to everyone). |
vim-patch:9.1.1544: :retab cannot be limited to indentation only
Problem: :retab cannot be limited to indentation only
Solution: add the optional -indentonly parameter
(Hirohito Higashi)
closes: vim/vim#17730
vim/vim@836e54f
Co-authored-by: Hirohito Higashi h.east.727@gmail.com