Recently, I upgraded from Windows 7 Ultimate to Windows 10 Pro mainly because, sadly, nearly no one supports Windows 7 anymore. I ran into an issue updating Visual Studio 2012 Ultimate to version 5, and I thought nothing of it since the installer completed successfully. Now I am trying to […]
Monthly Archives: May 2026
129 posts
My .vimrc is syntax enable function! MyHighlights() highlight PreProc ctermfg=9 highlight Comment ctermfg=2 endfunction """"" In my .vim/after/plugin/myColors.tex I have a file with call MyHighlights() I can see in :vimscripts, that the file is being loaded correctly: it is the final file being loaded yet it’s not working. It does […]
There is a very similar question here: Identify cell containing given text in LibreOffice Calc, but in the answers they focus on regex and 1-dimentional range even though range type is not specified in the question. Please help to locate a cell within 2-dimensional range. I think I have designed […]