Fix regexp

This commit is contained in:
Rico Sta. Cruz 2015-04-17 19:14:36 +08:00
parent eeb4c07954
commit 11b763aeac
1 changed files with 2 additions and 2 deletions

View File

@ -281,8 +281,8 @@ a isnot b
### Regexp matches ### Regexp matches
```vim ```vim
"hello" =~ /x/ "hello" =~ '/x/'
"hello" !~ /x/ "hello" !~ '/x/'
``` ```
### Single line ### Single line