All public logs
Jump to navigation
Jump to search
Combined display of all available logs of razwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:52, 17 March 2026 Razzi talk contribs created page Blog: 2026-03-17 (Created page with "Ok getting the column for vim in insert mode is actually a mess. After https://superuser.com/questions/723621/how-can-i-check-if-the-cursor-is-at-the-end-of-a-line I figured I'd be good handling the empty column case ... but it actually treats the cursor being on the last character and the second-to-last character the same?? inoremap <C-f> <C-o>:call JustTellMeColumn()<cr> function! JustTellMeColumn() echom "COL is " . col(".") . " and EOL: " . AtEndOfLine()...")