Hi, As one can see in a previous post, I am trying to display ipython breakpoints in gvim.
I found this: http://www.vim.org/scripts/script.php?script_id=2584 Apparently is can display marks from various lists. For this, it needs a "vim script expression as string that returns a list compatible with |getqflist()|" Now, I could write a file with the current breakpoints in ipython. How could I know write a getqflist comtible function, returning the needed list? I never really have written any vim-functions. Regards, Nathan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
