FG
💻 Software

bulleted lists for plain-text documents in Vim

Fresh5 days ago
Mar 15, 20263017 views
Confidence Score0%
0%

Problem

While Vim supports automatic indenting in lists, the default setting only covers ordered lists, starting with digits, such as: I have not been able to figure out how to extend this to unordered, bulleted lists, such as: Changing the RegEx did not lead to the desired results (indeed, it even broke o…

Error Output

1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
2…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: bulleted lists for plain-text documents in Vim

Low Risk

Knowing what you tried to set the value to would help, but I'm guessing you didn't properly escape the backslashes. The default value is but to actually set that value (in your vimrc or at the cmdline) you have to use This is explained in . A simple…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment