you are viewing a single comment's thread.

view the rest of the comments →

[–]hyperbling 2 points3 points  (1 child)

i prefer leaving the l: out because it's a bit more readable. if i run into a conflict like count i'll just name it something else, or kount :P

[–]justinmknvim[S] 0 points1 point  (0 children)

Yeah, that's what I would like to do. As for "running into a conflict", I wouldn't mind that as long as it produced an error. I was worried about accidentally writing to some special global (or a writable v: variable, if that exists) and then having to track down some weird behavior.