Mohammad Sadegh Khoeini
Mohammad Sadegh Khoeini
Support communicating with vim-mode (and probably the editor itself) by setting and getting (:set) options like 'hls', 'ts', 'ff', etc. It probably doesn't make sense to implement a huge portion...
### Checklist - [x] The bug is reproducible against the latest release and/or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe...
You can do a oneliner in es6 this way: ```javascript const output = ['size', 'color'].reduce((o,a) => ({...o, [a]: input[a]}), {}); // Or a little bit more readable version: const output...