Re: [dr-chip-vim-scripts/StlShowFunc] POSIX shell functions support (#2)

2019-02-11 Thread Andrey Butirsky
On 11.02.2019 22:35, Charles E Campbell wrote: > I'll look it over -- but I've got to finish getting my new windows box > working (ie. recovery from corrupted backups due to a failing > motherboard) followed by releasing a new netrw. > Thanks Dr Campbell. For some reason, your reply didn't get to

Re: [dr-chip-vim-scripts/StlShowFunc] POSIX shell functions support (#2)

2019-02-11 Thread Charles E Campbell
bam80 wrote: Fixes #1 * add POSIX-style shell functions definition support: func_name () { ... } * optimized function name search algorithm which runs /much/ faster * overall cleanup @ivanalejandro0