Comments
-
Greg Hurrell
This was actually my intention where I use
<unique>
in the mapping:nmap <unique> <silent> <Leader>t :CommandT<CR>
Because I didn't want to overwrite any existing mappings that the user might have defined.
But I see that I'll have to find a way to do this without allowing a warning to be emitted. As this is my first VIM plug-in will have to check out how other plug-ins do this.
-
Greg Hurrell
Looks like this will work:
silent! nmap <unique> <silent> <Leader>t :CommandT<CR>
-
Greg Hurrell
Ok, marking this one as closed. The fix will be included in the 0.1.1 release.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
-
Greg Hurrell
The new release is now out. Labelled it as 0.2 in the end.
Add a comment
Comments are now closed for this issue.