diff options
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 0a025956f..0e85688d0 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 7.3. Last change: 2011 Jun 19 +*usr_41.txt* For Vim version 7.3. Last change: 2011 Dec 15 VIM USER MANUAL - by Bram Moolenaar @@ -670,6 +670,12 @@ Floating point computation: *float-functions* cosh() hyperbolic cosine tanh() hyperbolic tangent +Other computation: *bitwise-function* + and() bitwise AND + invert() bitwise invert + or() bitwise OR + xor() bitwise XOR + Variables: *var-functions* type() type of a variable islocked() check if a variable is locked |