vim-maktaba
vim-maktaba copied to clipboard
Consistent Vimscript
Results
42
vim-maktaba issues
Sort by
recently updated
recently updated
newest added
`maktaba#system#Call` captures stdout and stderr output so vim plugins can process it programmatically, but that's only implemented for 'hidden' mode. It would be useful to be able to capture output...
enhancement
When checking collection types, it would be handy if `maktaba#value#TypeMatches` (and `#TypeMatchesOneOf` and their `maktaba#ensure#` variants) would recursively consider nested types to simplify checking for types like list-of-strings: ```vim :echo...
enhancement