Hi list. If 'runtimepath' string exceeds 1024 bytes, 'set rtp' output is truncated to 1023 bytes.
Although 'runtimepath' value seems to have complete string value which exceeds 1024 bytes. I could see the complete string value by '<C-r>=&rtp<CR>' in insert mode. Hirohito Higashi(a.k.a. h_east) checked Vim source code and told me that: 1. display string length of options is limited to 'MAXPATHL - 1' in option_value2string() (in option.c: L10981 ... L10987). 2. MAXPATHL is 1024 on MS Windows. Thanks -- -- You received this message from the "vim_dev" 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_dev" 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/groups/opt_out.
