Eric Smith <[email protected]> a écrit: > > Following these commands; > Superscripts: <cntrl-K> + [number key] + S > Subscripts: <cntril-K> + [number key] + s > > Superscripting woks for me only with the numbers 2 and 3. > And I cannot achieve any subscripting of numbers. > > On first line is 2 and 3 with an upper case S and on second line > with a lower case s. > > ² ³ > ₂ ₃ > > (file)encoding=utf-8
What does :digraphs says, particularly for digraphs in the Unicode range 8304-8351? There should be there by default, I think, so something somewhere has removed them. At least if you can't find the cause you can redefine them in your .vimrc: digraphs 0S 8304 digraphs 1S 8305 etc. Best, Paul -- You received this message from the "vim_use" 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
