You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: repositories/neovim/issues/12309.json
+49-18
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,28 @@
4
4
"assignees": [],
5
5
"author_association": "MEMBER",
6
6
"body": "<!-- Before reporting: search existing issues and check the FAQ. -->\r\n\r\n- `nvim --version`: NVIM v0.5.0-502-g2f818eb9e\r\n- `vim -u DEFAULTS` (version: ) behaves differently? Yes - but it does worse than Neovim\r\n- Operating system/version: Linux 5.3.0-46-generic 38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020 x86_64 x86_64 GNU/Linux\r\n- Terminal name/version: kitty 0.13.1 created by Kovid Goyal\r\n- `$TERM`: xterm-kitty\r\n\r\nThis can also be reproduced in GNOME Terminal 3.28.2 using VTE 0.52.2.\r\n\r\n### Steps to reproduce using `nvim -u NORC`\r\n\r\nCopy the following piece of Ada code:\r\n```ada\r\npackage body B is\r\n\r\n procedure A (N : Node_Id) is\r\n\r\n begin\r\n Set_Was_Expression_Function (New_Body);\r\n\r\n -- aaaaaaaaa pre/postcondition is applied to this function. This has to\r\n -- aaaaa aaaaaaa aaaaa aaaaaa aaaaaa aaaaaaa aaaaaaaaaa aaaaaa aaaaaaaa\r\n -- aaaaaaaa aaaaa\r\n\r\n end;\r\n\r\nend B;\r\n```\r\n\r\n```\r\nnvim -u NORC /tmp/b.adb\r\n\"+p\r\n9G\r\nA\r\n<Space>aaaaaaaaa\r\n<Esc>\r\nV\r\nj\r\ngq\r\n```\r\n\r\n### Actual behaviour\r\n\r\nNeovim is in normal mode but the cursor is turned into a bar.\r\n\r\n### Expected behaviour\r\n\r\nNeovim is in normal mode and the cursor is a block.",
0 commit comments