Skip to content

Commit

Permalink
Major update/rewrite
Browse files Browse the repository at this point in the history
Now supports operator `s` to select, and intransitive motions `0^$`.
  • Loading branch information
Chris White committed Apr 20, 2018
1 parent f5c0609 commit 9956f29
Show file tree
Hide file tree
Showing 6 changed files with 596 additions and 192 deletions.
7 changes: 7 additions & 0 deletions Install VimWord.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ if not exist %src% goto :nosource
echo d | xcopy %src% "%appdata%\Microsoft\Word\Startup" /v /f /y
if errorlevel 1 goto error

set src="%whereami%VimWordScratchpad.dotm"
echo Installing from %src%...
if not exist %src% goto :nosource

echo d | xcopy %src% "%appdata%\Microsoft\Word\Startup" /v /f /y
if errorlevel 1 goto error

:: success ::

echo Installed successfully!
Expand Down
Binary file modified VimWord.dotm
Binary file not shown.
Binary file added VimWordScratchpad.dotm
Binary file not shown.
Loading

0 comments on commit 9956f29

Please sign in to comment.