diff options
author | Teddy Wing | 2018-04-07 15:15:33 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-07 15:15:33 +0200 |
commit | 335e80b618f5fd7667c12ec3c0da8baa39430e3f (patch) | |
tree | 625be9415bdb57320b36d6490be78633d157656e /autoload | |
parent | a4dc3a953586e70d12a401385f3ce516d2d27d37 (diff) | |
download | vim-tabs-grep-335e80b618f5fd7667c12ec3c0da8baa39430e3f.tar.bz2 |
s:MatchString(): Fix line continuation problem
I had had trouble with the line continuation in this function, but it
turns out what I had written the first time was fine. It's just that I
was sourcing my plugin incorrectly and that's the reason why I was
getting errors.
Before I was doing:
$ vim --cmd 'so ~/Documents/Development/vim-tabs-grep/plugin/tabs_grep.vim' -p bin/imagebin.ca.sh bin/fucking-orange.sh functions/frequency w3m-tabs.exp
Using the `-c` flag instead completely fixed the problem:
$ vim -c 'so ~/Documents/Development/vim-tabs-grep/plugin/tabs_grep.vim' -p bin/imagebin.ca.sh bin/fucking-orange.sh functions/frequency w3m-tabs.exp
Revert back to the original code in this function.
Diffstat (limited to 'autoload')
0 files changed, 0 insertions, 0 deletions