From Vim Help
From Vim Tips Wiki
This is an archive of the From Vim Help section on the Main Page
The From Vim Help section was started in February 2008. Every few weeks, the section on the Main Page will be replaced. Old items will be moved here so anyone interested can browse them.
To discuss suggestions for new items, please edit the talk page.
[edit] April 2008
- :set report=0 shows all "x lines changed" and "x substitutions" messages. :help 'report'
- :verbose set cindent? shows the option and where it was last set. :help :set-verbose
- :set shows all non-default options. :help :set
[edit] March 2008
- You can use g/pattern/ to make a quickfix list. :help :caddexpr
- Each window can have a separate location list. :help location-list
- Use :cexpr to make a quickfix list from an expression. :help :cexpr
[edit] February 2008
- Not happy with how the Backspace key works? :help 'backspace'.
- What directory would you like to use for your backup files? :help 'backupdir'.
- Control whether two spaces occur after '.' when you join lines. :help 'joinspaces'.
