diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2014-11-24 22:44:42 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2014-11-24 22:51:03 -0800 |
commit | c1b2f17fcf02ce40aaf345880d928f6ee540f80e (patch) | |
tree | 8f03505b49f46af0ebbcf1db2c2cd56d60d970ef /scratch.vim | |
parent | 371925c3d55486745f44109d19e9c7b674171f1d (diff) | |
download | mu-c1b2f17fcf02ce40aaf345880d928f6ee540f80e.tar.gz |
323 - function clauses
You can now call 'def' on a function name multiple times. Each time the instructions you provide are *prepended* to any existing instructions. One important use for this is when you define a new type and need to support it in all your generic methods. Now you can keep all those extensions in one place, near the definition of the type. To redefine a function, use 'def!'.
Diffstat (limited to 'scratch.vim')
0 files changed, 0 insertions, 0 deletions