sjl / learnvimscriptthehardway

Home Page:http://learnvimscriptthehardway.stevelosh.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

naming functions constraints

pravj opened this issue · comments

according to vim :help section for :help E124

Define a new function by the name {name}.  The name must be made of alphanumeric
characters and '_', and must start with a capital or "s:"

in the book chapters 24, 25 all functions name are started with capital letters but this is not explained there.