Skip to content

Commit

Permalink
Fix regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Apr 17, 2015
1 parent eeb4c07 commit 11b763a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimscript.md
Expand Up @@ -281,8 +281,8 @@ a isnot b
### Regexp matches

```vim
"hello" =~ /x/
"hello" !~ /x/
"hello" =~ '/x/'
"hello" !~ '/x/'
```

### Single line
Expand Down

0 comments on commit 11b763a

Please sign in to comment.