Commit 33ed73e
committed
Add $ to iskeyword. Closes #1
According to http://clojure.org/reader $ is implicitly reserved for
future reader use, however it is useful to have $ in iskeyword for now
since it is used in the compiled notation for Java inner$classes.
Clojure core itself uses this notation freely, so this seems like a
stable grey area with useful implications for vim commands like K.1 parent 765a00c commit 33ed73e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments