aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/po/sk.po
Commit message (Collapse)AuthorAge
* remove -Z line translationssrafi12021-01-15
|
* po: Remove E145 error message.Edwin Pujols2020-11-22
|
* vim-patch:675e8d6adb88Justin M. Keyes2018-10-29
| | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/675e8d6adb88d5b38087870dfda51c0205070741 --- NA: vim-patch:ffd112edc6a8 Fix missing patch number. https://github.com/vim/vim/commit/ffd112edc6a8f72b66c06207bff4431f6aec7b6f
* vim-patch:d2f3a8b87873Justin M. Keyes2018-10-29
| | | | | Update runtime files. https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00
* vim-patch:bf92e3a3719fJustin M. Keyes2017-11-07
| | | | | | Update translations. https://github.com/vim/vim/commit/bf92e3a3719f255dbb30102ceb618e0eac7c9497
* po: Remove E902 messageJustin M. Keyes2016-12-11
|
* ex_messages: remove 'Messages maintainer' (#5160)Anmol Sethi2016-08-04
|
* Bring E319 (cmd not available) in line with E519 (opt not available)Michael Reed2015-04-10
|
* Clarify that nvim has no built-in GUIMichael Reed2015-04-10
|
* messages: Update common instances of Vim to Nvim #2031Michael Reed2015-04-08
|
* Fix localization: Update po files.Eliseo Martínez2014-05-27
| | | | Sync po files to code at 3a68a4861adcc950cdbde709d4841f8ea0c52b12.
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library.