Vim/src
2022-09-11 18:08:42 -04:00
..
actions Fix for pasting ragged blockwise text (#7955) 2022-09-11 15:30:40 -04:00
cmd_line Fix <BS> and <Del> at start of non-empty command line 2022-09-11 18:08:42 -04:00
common Support n flag for :sort (#7863) 2022-09-07 16:42:43 -04:00
completion Use statusBarItem.errorForeground and statusBarItem.errorBackground ThemeColors 2021-07-20 20:08:21 -04:00
configuration Make vim.textwidth configurable per-language (#7747) 2022-06-09 12:30:03 -04:00
history Big refactor of command line & search 2021-10-21 01:26:45 -04:00
jumps Fail gracefully when trying to jump to a weird document (like a search editor) 2021-11-05 14:12:15 -04:00
mode Update desiredColumn when selection change from external command goes through 2022-08-21 18:41:04 -04:00
neovim Merge VimState.currentRegisterMode and VimState.effectiveRegisterMode 2021-08-22 20:21:33 -04:00
platform Upgrade to node v14 2021-10-20 16:47:42 -04:00
register x in VisualLine mode should update numbered registers (#7677) 2022-05-17 11:19:37 -04:00
state Special case empty branch in pattern for performance 2022-05-17 02:37:50 -04:00
textobject Make CamelCaseMotion ignore underscore character (#7095) (#7537) 2022-03-15 22:10:43 -04:00
transformations Fix folding commands (zo, zc) 2022-06-28 13:01:04 -04:00
util Cache search decorations when possible 2022-06-27 18:48:57 -04:00
vimscript Use Date.now() rather than performance.now() or Number(new Date()) to get timestamp 2022-06-27 20:44:06 -04:00
error.ts Fail gracefully when trying to jump to a weird document (like a search editor) 2021-11-05 14:12:15 -04:00
globals.ts Remove unused imports 2021-08-22 21:22:09 -04:00
statusBar.ts Move VimState.commandLine into modeData 2022-03-13 23:55:45 -04:00
taskQueue.ts Add context to "Overlapping ranges are not allowed!" error that will be included in issue description 2021-07-02 15:24:10 -04:00
textEditor.ts Fix Insert mode <C-d> with tabs 2022-05-16 23:55:10 -04:00