Skip to content

Commit

Permalink
Merge pull request #24 from JakeRoggenbuck/pre-7.0-changes
Browse files Browse the repository at this point in the history
Add changes to readme
  • Loading branch information
JakeRoggenbuck authored Jul 4, 2023
2 parents 286d9c7 + e9f542b commit 51849e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,12 @@ Plugin 'jakeroggenbuck/draft.vim'
:DraftSearch school
```

#### 0.7 draft.vim - search fixes

- Rank searches
- Fix parenthesis in filename bug

## TODO
- BUG: having certain symbols like `(` or `)` in the title break things like the `DraftCopy`
- Make md to template pdf correctly do syntax highlight

## Maybe TODO
Expand Down
2 changes: 1 addition & 1 deletion plugin/draft.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" draft.vim - Quickly writeup and save drafts for messaging apps in your favorite editor
" Authors: Jake Roggenbuck
" Version: 0.6
" Version: 0.7
" License: MIT

if exists('g:loaded_draft_plugin') || &compatible || v:version < 700
Expand Down

0 comments on commit 51849e6

Please sign in to comment.