This commit is contained in:
Rico Sta. Cruz 2015-04-17 00:32:36 +08:00
parent d174f8f975
commit b1d7980bc6
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@
title: Vim script title: Vim script
--- ---
Basics
------
```vim ```vim
let name = "John" let name = "John"
echo "Hello, " . name echo "Hello, " . name