serna37 / vim

ALL IN ONE VIM WITH ONLY ONE VIMRC FILE.
MIT License
2 stars 0 forks source link

BUGFIX, REFACTOR #21

Open serna37 opened 10 months ago

serna37 commented 10 months ago

original functions

imitations

serna37 commented 10 months ago

point of view

grammar check

serna37 commented 10 months ago

lamda? function?

This should be lambda

fu! xxx()
    " do cmd or cal function
endf

let xxx = {-> ...}

imperative feature shold be function

fu! xxx()
    let xx = ...
    cal xxx
    exe ...
endf
serna37 commented 10 months ago

shrink