Hi, I attached another patch for the document.
* Two functions were missing from usr_41.txt. * A typo in version8.txt. Regards, Ken Takata -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
# HG changeset patch # Parent d66f0a699f3354a07460d0d0b990b743ff197f4b diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -694,6 +694,7 @@ Variables: *var-functions* type() type of a variable islocked() check if a variable is locked function() get a Funcref for a function name + funcref() get a Funcref for a function name getbufvar() get a variable value from a specific buffer setbufvar() set a variable in a specific buffer getwinvar() get a variable from specific window @@ -928,6 +929,7 @@ Testing: *test-functions* test_null_list() return a null List test_null_partial() return a null Partial function test_null_string() return a null String + test_settime() set the time Vim uses internally Inter-process communication: *channel-functions* ch_canread() check if there is something to read diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -426,7 +426,7 @@ When no vimrc file is found, the |defaul useful default values for new users. That includes setting 'nocompatible'. Thus Vim no longer starts up in Vi compatible mode. If you do want that, either create a .vimrc file that does "set compatible" or start Vim with -"Vim -C". +"vim -C". Support removed ~
