Hi everyone,
   I am trying to write a function to delete all mark in current line.
I want to have something like this:

function DelMark()
    ....
endfunction

map <A-M> call DelMark()<CR>:DoShowMarks<CR>

DoShowMarks is a command from
ShowMarks<http://www.vim.org/scripts/script.php?script_id=152>
(ShowMark can visually display marks in vim)

But I can't find any command in vim can get maks in current line.
Can someone help me to solve this?

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to