Line 26: |
Line 26: |
| endfunction | | endfunction |
| </syntaxhighlight>}} | | </syntaxhighlight>}} |
− |
| |
− | == getting help ==
| |
− | # know the function --> <code>help function_name</code> or <code>help function_name</code>.
| |
− | # Know what to do but not the function name --> <code>lookfor what_to_do</code>.
| |
− | # Can't remember the fullname of a function (or have a guess) --> partial_name_of_function then press <TAB-key> twice
| |
− | # Did it once but can't remeber --> <Ctrl>+<R> to search the history.
| |
| | | |
| = TODO list = | | = TODO list = |