Vim Tips Wiki
No edit summary
Tag: sourceedit
(where to get help)
Tag: sourceedit
 
Line 4: Line 4:
 
* You can tell Vim which number formats {{help|prefix=no|CTRL-A}} and {{help|prefix=no|CTRL-X}} will act on with the 'nrformats' option. Format alphabetic lists with <tt>:set nrformats+=alpha</tt> or ignore octal format and just use decimal with <tt>:set nrformats-=octal</tt>. {{help|'nrformats'}}
 
* You can tell Vim which number formats {{help|prefix=no|CTRL-A}} and {{help|prefix=no|CTRL-X}} will act on with the 'nrformats' option. Format alphabetic lists with <tt>:set nrformats+=alpha</tt> or ignore octal format and just use decimal with <tt>:set nrformats-=octal</tt>. {{help|'nrformats'}}
   
  +
----
 
Hello,
 
Hello,
  +
I'm having trouble finding where to post help for Vim?
+
I'm having trouble finding where to post help for Vim?
 
Vim is showing blurry red text.
 
Vim is showing blurry red text.
 
I'm not sure if the issue is caused by Ubuntu, Vim or a Plugin.
 
I'm not sure if the issue is caused by Ubuntu, Vim or a Plugin.
Line 16: Line 18:
   
 
I have commented out vim-colors-solarized, but the red blurry text remains?
 
I have commented out vim-colors-solarized, but the red blurry text remains?
  +
  +
:Try contacting the solarized author at his [https://github.com/altercation/vim-colors-solarized github page] or at the email address listed there. Or try the [https://groups.google.com/forum/#!forum/vim_use vim_use mailing list]. This wiki is not a good place to get help; it is a self-help resource, not a help forum; very few people will see your message here. Slightly more information and suggestions on our [[Vim_Tips_Wiki:Community_Portal#Asking_questions|Community Portal]]. --[[User:Fritzophrenic|Fritzophrenic]] ([[User talk:Fritzophrenic|talk]]) 14:46, October 5, 2015 (UTC)

Latest revision as of 14:46, 5 October 2015

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'

Hello,

I'm having trouble finding where to post help for Vim? Vim is showing blurry red text. I'm not sure if the issue is caused by Ubuntu, Vim or a Plugin. My computer: Kernel: 3.13.0-37-generic x86_64 (64 bit) Desktop: N/A Distro: Linux Mint 17.1 Rebecca

Vim: VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:39:32) Included patches: 1-52

Plugin: vim-colors-solarized, suspected.

I have commented out vim-colors-solarized, but the red blurry text remains?

Try contacting the solarized author at his github page or at the email address listed there. Or try the vim_use mailing list. This wiki is not a good place to get help; it is a self-help resource, not a help forum; very few people will see your message here. Slightly more information and suggestions on our Community Portal. --Fritzophrenic (talk) 14:46, October 5, 2015 (UTC)