diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-05-05 21:09:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-05-05 21:09:41 +0000 |
commit | f3a678875fd88038b18b83311075d1250d9d7ca5 (patch) | |
tree | 113e1084701cdc063f14bc0ec0e70851fab95233 /src/testdir/test60.ok | |
parent | 54a709eb08f28b890f11b5ff44c260cc39502ee0 (diff) | |
download | vim-f3a678875fd88038b18b83311075d1250d9d7ca5.zip |
updated for version 7.0g04
Diffstat (limited to 'src/testdir/test60.ok')
-rw-r--r-- | src/testdir/test60.ok | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/testdir/test60.ok b/src/testdir/test60.ok index 46a72e4d2..10dc579db 100644 --- a/src/testdir/test60.ok +++ b/src/testdir/test60.ok @@ -1,6 +1,8 @@ #myagroup: 1 OK +#myagroup+b: 0 +OK #myagroup#BufEnter: 1 OK #myagroup#BufEnter#*.my: 1 @@ -33,6 +35,8 @@ OK OK &tw: 1 OK +&tw-: 0 +OK &g:errorformat: 1 OK &l:errorformat: 1 @@ -45,6 +49,8 @@ OK OK +incsearch: 1 OK ++incsearch!1: 0 +OK +is: 1 OK +autoprint: 0 @@ -55,14 +61,20 @@ $NON_ENV_VAR: 0 OK *bufnr: 1 OK +*bufnr(): 1 +OK *myxyzfunc: 0 OK +*bufnr&6: 0 +OK *TestExists: 1 OK *MyxyzFunc: 0 OK :edit: 2 OK +:edit/a: 0 +OK :q: 1 OK :invalidcmd: 0 @@ -79,10 +91,18 @@ OK OK local_var: 1 OK +local_var%n: 0 +OK local_var: 0 OK local_list: 1 OK +local_list[1]: 1 +OK +local_list[1]+5: 0 +OK +local_list[2]: 0 +OK local_list: 0 OK local_dict: 1 @@ -95,6 +115,8 @@ curly_local_var: 0 OK g:global_var: 1 OK +g:global_var-n: 1 +OK g:global_var: 0 OK g:global_list: 1 |