"""""""" "" Rotate tabstop value between 2, 4, 8, 16, 32 and 64 "" Mapped to "" function FDO_TabToggle () let TabStopVal = &tabstop let TabStopVal = TabStopVal * 2 if TabStopVal > 64 let TabStopVal = 2 endif let &tabstop = TabStopVal echo"TabStop is now: " TabStopVal endfunction