calculator.vim : Calculator inside of Vim
script karma |
Rating 8/7,
Downloaded by 508 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Leonid Fedorenchik |
|
script type |
utility |
|
description |
Real calculator inside vim. It supports arbitrary complex arithmetics, expressions, variables, logic statements and loops.
Some examples:
> 5+4
9.0
> 7 * sqrt(4)
14.0
|
|
install details |
I recommend using Vim's native package management functionality: simply run following commands:
mkdir -p ~/.vim/pack/bundle/start
cd ~/.vim/pack/bundle/start
git clone https://github.com/fedorenchik/calculator.vim.git
vim -c 'helptags ALL' -c 'q'
Otherwise use your favourite package manager for Vim. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.188.100.179
|