I set an undodir and now have problems when I edit some java file, because the undor file name is too long.
I get an E828: Cannot open undo file for writing: /home/david/.vim/undo//some%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%really%long%filename.java My guess is, that this filename is longer than the defined NAME_MAX of my linux kernel: #define NAME_MAX 255 /* # chars in a file name */ Any ideas how I can work with the undo dir and long pathes? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
