On 2019-03-29 08:22, Erik Christiansen wrote:
On 29.03.19 17:26, Erik Christiansen wrote:" Toggle relative line numbering. function! NList_toggle() if &rnu == 1 set nornu " For absolute, elide the 'r'. else set rnu " For absolute, elide the 'r'. endif endfunApologies. There's almost always something omitted when pasting from elsewhere. Let's include the connection to the F1 key: noremap <F1> :call NList_toggle() A more meaningful function name would be better, too. (but important here is only the connection, and the toggling, for the moment.) Erik
thanks for these mick -- Key ID 4BFEBB31

