-
Notifications
You must be signed in to change notification settings - Fork 34
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
Different bullets have different formatting behavior #287
Comments
That's because a line beginning with I guess another option might be to define |
I seem to keep bumping my head onto issues |
No need to apologize. I made a lot of these decisions a while ago when I was pretty much the only user so I'm glad to get more opinions on them. Part of the challenge with a language plugin like Coqtail is finding a good balance of setting certain options to sensible defaults without stepping on users' own custom setups too much.
I agree, and a good step would be to document all of the options that Coqtail sets by default along with simple instructions for overriding/disabling them. If you feel up to it feel free to open a PR. The options for the main Related: #282 (which I haven't forgotten about, I just haven't had a chance to get to it yet) |
Versions
Coq 8.15.0
Coqtail 1.6.2
Vim 8.2
Equations 1.3
Python 3.7.4
Description
If you try to open a new line after a line that starts with a bullet,
the new line will be a duplicate of the previous line if the bullet is
*
orblank if the bullet is
-
,+
or one of the others.You can easily observe this by
coq/theories/Lists/List.v
,setlocal formatoptions+=o
,in_in_remove
andhitting
o
followed by<Esc>
.The text was updated successfully, but these errors were encountered: