Skip to content

Commit

Permalink
add more references to sample .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber committed Aug 13, 2010
1 parent a2cd338 commit f03b9a3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion autoload/sample_vimrc_for_new_users.vim
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ What are the limitations causing greatest impact to software developers using Vi
when interfacing with external tools.
Impact: People tried writing debugger features. But all solutions are kind
of doomed unless Vim gets a nice async communication interface.
- Many coding hepers should not have been written in VimL. They should have
- Many coding helpers should not have been written in VimL. They should have
been written in a proper language so that all open source editors can
benefit from their features. An Example is the broken PHP completion which
doesn't even complete static member functions like A::foo();
Expand All @@ -197,5 +197,23 @@ What are the limitations causing greatest impact to software developers using Vi

Vim can be one of the fastest editors you'll start to love (and hate)


" additional resources - how to continue learning about Vim? {{{1
The way to start learning Vim:
vimtutor

additional advanced info:
http://github.com/dahu/LearnVim

Vim Wiki:
http://vim.wikia.com

join #vim (irc.freenode.net)

join the mailinglist (www.vim.org -> community)

Tell me to add additional resources here


" this modeline tells vim to enable folding {{{1
" vim: fdm=marker

0 comments on commit f03b9a3

Please sign in to comment.