forked from aniani/vim
Problem: When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical
movement is reset unnecessarily.
Solution: Do not set w_set_curswant for every option. Add a test for this.
(Kana Natsuno) Add the P_CURSWANT flag for options.
4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
tabstop 7 4
|
|
timeoutlen 7 7
|
|
ttimeoutlen 7 7
|