komsit37 / sublime-q

Sublime Text Plugin for q/kdb
MIT License
24 stars 9 forks source link

old kdb does not have .Q.w[] #3

Closed komsit37 closed 8 years ago

komsit37 commented 8 years ago

old kdb does not have .Q.w[]. need to trap .Q.w[][`used] or check and disable this feature

komsit37 commented 8 years ago

replaced .Q.w[] with @[{.Q.w[][`used]}; (); 0]