diff options
Diffstat (limited to 'test.vim')
-rw-r--r-- | test.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test.vim b/test.vim new file mode 100644 index 0000000000..f586b0042b --- /dev/null +++ b/test.vim @@ -0,0 +1,7 @@ + func! Afoo() + let x = 14 + func! s:Abar() + return x + endfunc + endfunc + call Afoo() |