Attached are 2 doc fixes in runtime/doc/eval.txt Regards Dominique
-- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 7205c89..2faffaa 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -3277,7 +3277,7 @@ count({comp}, {expr} [, {ic} [, {start}]]) *count()* When {ic} is given and it's |TRUE| then case is ignored. When {comp} is a string then the number of not overlapping - occurences of {expr} is returned. + occurrences of {expr} is returned. *cscope_connection()* @@ -3863,7 +3863,7 @@ float2nr({expr}) *float2nr()* When the value of {expr} is out of range for a |Number| the result is truncated to 0x7fffffff or -0x7fffffff (or when 64-bit Number support is enabled, 0x7fffffffffffffff or - -0x7fffffffffffffff. NaN results in -0x80000000 (or when + -0x7fffffffffffffff). NaN results in -0x80000000 (or when 64-bit Number support is enabled, -0x8000000000000000). Examples: > echo float2nr(3.95)