SwissCalc icon indicating copy to clipboard operation
SwissCalc copied to clipboard

A Vim plugin that provides a multifunctional interactive calculator for geeks

Results 2 SwissCalc issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the awesome SwissCalc! I use this on a daily basis and realy like it! There are a few `py` to `py3` replacements missing in `autoload/swisscalc.vim` so it's...

There are some difficulties with how vim handles both python2 and python3 present; e.g. `has('python')` returns false even though vim was compiled with `+python/dyn` (as per `:version`). And since Python2...