Talk:From Vim Help
1,599pages on
this wiki
this wiki
Back to page
Add suggestions for the From Vim Help section on the home page by editing this page.
All previous suggestions have been used (or will be used next month). Please add more.
- You can tell Vim which number formats CTRL-A and CTRL-X will act on with the 'nrformats' option. Format alphabetic lists with :set nrformats+=alpha or ignore octal format and just use decimal with :set nrformats-=octal. :help 'nrformats'